Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Nov 28, 2024
1 parent 389fafb commit 4764ce8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit_tests/test_general.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from hdmf.common import DynamicTable, DynamicTableRegion

from nwbinspector import Importance, InspectorMessage
from nwbinspector.checks import check_description, check_name_slashes, check_name_colons
from nwbinspector.checks import check_description, check_name_colons, check_name_slashes


def test_check_name_slashes_pass():
Expand Down

0 comments on commit 4764ce8

Please sign in to comment.