Skip to content

Commit 6cc5407

Browse files
committed
restore init
1 parent c6f9512 commit 6cc5407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nwbinspector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from .register_checks import available_checks, Importance
22
from .nwbinspector import inspect_nwb, inspect_all, load_config
3-
from .checks.nwbfile_metadata import *
43
from .checks.general import *
4+
from .checks.nwbfile_metadata import *
55
from .checks.nwb_containers import *
66
from .checks.time_series import *
77
from .checks.tables import *

0 commit comments

Comments
 (0)