Skip to content

Commit

Permalink
import json encoder from formatting (#488)
Browse files Browse the repository at this point in the history
  • Loading branch information
stephprince authored Aug 22, 2024
1 parent f5bfe82 commit f6aacb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nwbinspector/nwbinspector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
# TODO: remove after 9/15/2024
from .._configuration import (
INTERNAL_CONFIGS,
InspectorOutputJSONEncoder,
validate_config,
copy_check,
load_config,
Expand All @@ -24,3 +23,4 @@
inspect_nwbfile_object,
run_checks,
)
from .._formatting import InspectorOutputJSONEncoder

0 comments on commit f6aacb5

Please sign in to comment.