Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Sep 6, 2024
1 parent 396be81 commit 2ade3f1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/nwbinspector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import importlib.metadata

from ._version import __version__
from ._registration import available_checks, register_check
from ._types import Importance, Severity, InspectorMessage
from ._configuration import load_config, validate_config, configure_checks
Expand Down

0 comments on commit 2ade3f1

Please sign in to comment.