Skip to content

Commit

Permalink
style fixes by ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
balbasty authored and github-actions[bot] committed Nov 21, 2024
1 parent 5011edb commit ad90a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions linc_convert/modalities/df/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

try:
import glymur as _ # noqa: F401

__all__ = ["cli", "multi_slice", "single_slice"]
from . import cli, multi_slice, single_slice
except ImportError:
Expand Down
1 change: 1 addition & 0 deletions linc_convert/modalities/lsm/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

try:
import tifffile as _ # noqa: F401

__all__ = ["cli", "mosaic"]
from . import cli, mosaic
except ImportError:
Expand Down
1 change: 1 addition & 0 deletions linc_convert/modalities/psoct/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
try:
import h5py as _h5py # noqa: F401
import scipy as _scipy # noqa: F401

__all__ = ["cli", "multi_slice", "single_volume"]
from . import cli, multi_slice, single_volume
except ImportError:
Expand Down

0 comments on commit ad90a04

Please sign in to comment.