Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CodyCBakerPhD committed Aug 26, 2024
1 parent 3637c82 commit 2192bce
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
Expand Up @@ -18,7 +18,7 @@
InspectorOutputJSONEncoder,
)
from ._organization import organize_messages
from ._dandi_inspection import inspect_dandiset, inspect_dandi_file_path, insect_dandi_s3_url
from ._dandi_inspection import inspect_dandiset, inspect_dandi_file_path, inspect_dandi_s3_url
from .checks import * # These need to be imported to trigger registration with 'available_checks', but are not exposed

default_check_registry = {check.__name__: check for check in available_checks}
Expand Down

0 comments on commit 2192bce

Please sign in to comment.