fix spacing

This commit is contained in:
jan 2016-10-31 18:43:01 -07:00
parent 6a56b081e4
commit bb53ba44e0

View File

@ -12,9 +12,9 @@ from . import operators
def _scipy_qmr(A: scipy.sparse.csr_matrix,
b: numpy.ndarray,
**kwargs
) -> numpy.ndarray:
b: numpy.ndarray,
**kwargs
) -> numpy.ndarray:
"""
Wrapper for scipy.sparse.linalg.qmr