Skip to content

Commit f6aacb5

Browse files
authored
import json encoder from formatting (#488)
1 parent f5bfe82 commit f6aacb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nwbinspector/nwbinspector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# TODO: remove after 9/15/2024
1212
from .._configuration import (
1313
INTERNAL_CONFIGS,
14-
InspectorOutputJSONEncoder,
1514
validate_config,
1615
copy_check,
1716
load_config,
@@ -24,3 +23,4 @@
2423
inspect_nwbfile_object,
2524
run_checks,
2625
)
26+
from .._formatting import InspectorOutputJSONEncoder

0 commit comments

Comments
 (0)