Skip to content

Commit dab5fae

Browse files
committed
Work around pylint bug
1 parent 0f3ce03 commit dab5fae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/projections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
from ij.plugin import ZProjector # pylint: disable-msg=E0401
44

5-
from .bioformats import export_using_orig_name
5+
from .bioformats import export_using_orig_name # pylint: disable-msg=E0401
66
from ..log import LOG as log
77

88

0 commit comments

Comments
 (0)