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 Mar 15, 2024
1 parent d6408f9 commit 12dcfb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/schemacode/bidsschematools/data/tests/test_rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ def test_rule_objects(schema_obj):
if object_type in ["extensions", "suffixes"]:
# Some object types are referenced via their "value" fields in the rules
object_values = [
value["value"]
for value in schema_obj["objects"][object_type].values()
value["value"] for value in schema_obj["objects"][object_type].values()
]
else:
# But other object types are referenced via their keys
Expand Down

0 comments on commit 12dcfb2

Please sign in to comment.