Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into add_cli_with_config_tests
Browse files Browse the repository at this point in the history
CodyCBakerPhD authored Aug 31, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents 4c9a8cf + fb4e389 commit 41d405f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/nwbinspector/_inspection_cli.py
Original file line number Diff line number Diff line change
@@ -9,8 +9,8 @@

import click

from ._formatting import _get_report_header
from . import Importance, inspect_all, format_messages, print_to_console, save_report, __version__
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


@@ -140,4 +140,4 @@ def _inspect_all_cli(


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

0 comments on commit 41d405f

Please sign in to comment.