Skip to content
Snippets Groups Projects
Commit 67b410bb authored by Niko Ehrenfeuchter's avatar Niko Ehrenfeuchter :keyboard:
Browse files

Make pylint ignore 'ij' import

parent b2e5f555
Branches
Tags
No related merge requests found
"""Functions to work with ImageJ preferences.""" """Functions to work with ImageJ preferences."""
from ij import Prefs from ij import Prefs # pylint: disable-msg=E0401
def debug_mode(): def debug_mode():
"""Wrapper to check if 'imcf.debugging' is enabled. """Wrapper to check if 'imcf.debugging' is enabled.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment