-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style(pre-commit.ci): auto fixes [...]
- Loading branch information
1 parent
ba4d884
commit 42cf7fb
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
|
||
if TYPE_CHECKING: | ||
# uses optional tifffile dependency | ||
from .tiff import nd2_to_tiff # noqa: TCH004 | ||
from .tiff import nd2_to_tiff # noqa: TC004 | ||
|
||
try: | ||
__version__ = version(__name__) | ||
|
@@ -15,15 +15,15 @@ | |
__author__ = "Talley Lambert" | ||
__email__ = "[email protected]" | ||
__all__ = [ | ||
"__version__", | ||
"AXIS", | ||
"BinaryLayer", | ||
"BinaryLayers", | ||
"ND2File", | ||
"__version__", | ||
"imread", | ||
"is_legacy", | ||
"is_supported_file", | ||
"nd2_to_tiff", | ||
"ND2File", | ||
"rescue_nd2", | ||
"structures", | ||
] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters