Skip to content

Commit

Permalink
mix imports and naming consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
bendichter committed Aug 30, 2024
1 parent 53432f7 commit a1c2e5f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nwbinspector/_inspection_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

import click

from ._formatting import _get_report_header
from ._formatting import _get_report_header, InspectorOutputJSONEncoder
from . import Importance, inspect_all, format_messages, print_to_console, save_report, __version__, load_config
from .utils import strtobool

Expand Down Expand Up @@ -140,4 +140,4 @@ def _inspect_all_cli(


if __name__ == "__main__":
inspect_all_cli()
_inspect_all_cli()

0 comments on commit a1c2e5f

Please sign in to comment.