Skip to content

Commit afb82c6

Browse files
pre-commit-ci[bot]Borda
authored andcommitted
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 64f43a1 commit afb82c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/cli/test_schemas.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ def test_check_schema_builtin(name):
1717

1818
# get the correct validator class and check the schema under its metaschema
1919
validator_cls = jsonschema.validators.validator_for(schema)
20-
_check_schema(validator_cls, schema, regex_impl=regex_impl)
20+
_check_schema(validator_cls, schema, regex_impl=regex_impl)

0 commit comments

Comments
 (0)