Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 16, 2024
1 parent 506d579 commit e13c5a3
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/nwbinspector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
from .version import __version__
from .register_checks import available_checks, Importance
from .nwbinspector import InspectorOutputJSONEncoder, inspect_all, inspect_nwbfile, inspect_nwbfile_object, run_checks, load_config
from .nwbinspector import (
InspectorOutputJSONEncoder,
inspect_all,
inspect_nwbfile,
inspect_nwbfile_object,
run_checks,
load_config,
)
from .nwbinspector import inspect_nwb # TODO: remove after 7/1/2023
from .checks.ecephys import *
from .checks.general import *
Expand Down

0 comments on commit e13c5a3

Please sign in to comment.