Skip to content

Commit

Permalink
STY: Flake8 cleanups
Browse files Browse the repository at this point in the history
  • Loading branch information
effigies committed Sep 25, 2022
1 parent 862b168 commit d42b30d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/schemacode/bidsschematools/tests/test_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ def test_entity_order(schema_obj):
if entities != correct_order:
status_ok = False
warnings.warn(
f"""\n\nsuffix group {suffix_group} in {datatype} is out of order:
f"""\n\nfilename rule {key} has entities out-of-order:
- got: {entities}
- should be: {correct_order}
"""
Expand Down

0 comments on commit d42b30d

Please sign in to comment.