Skip to content

Commit

Permalink
expose JSON encoder
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD authored Apr 16, 2024
1 parent eb3907c commit 506d579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwbinspector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from .version import __version__
from .register_checks import available_checks, Importance
from .nwbinspector import 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 506d579

Please sign in to comment.