Skip to content

Commit

Permalink
chore: import order
Browse files Browse the repository at this point in the history
  • Loading branch information
cako committed Aug 5, 2024
1 parent 1560889 commit cfef27a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pylops/basicoperators/vstack.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@
from scipy.sparse.linalg.interface import LinearOperator as spLinearOperator
from scipy.sparse.linalg.interface import _get_dtype
else:
from scipy.sparse.linalg._interface import _get_dtype
from scipy.sparse.linalg._interface import (
LinearOperator as spLinearOperator,
)
from scipy.sparse.linalg._interface import _get_dtype

from typing import Callable, Optional, Sequence

Expand Down

0 comments on commit cfef27a

Please sign in to comment.