Skip to content

Commit b55646b

Browse files
committed
Disable pylint-check for importing an existing submodule
1 parent dec2f94 commit b55646b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/imcflibs/imagej/shading.py

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

55
import ij # pylint: disable-msg=import-error
66

7-
from ..imagej import bioformats
7+
from ..imagej import bioformats # pylint: disable-msg=no-name-in-module
88
from ..imagej import projections
99
from ..pathtools import listdir_matching, gen_name_from_orig
1010
from ..log import LOG as log

0 commit comments

Comments
 (0)