Skip to content

Commit 147d45f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 8abe329 commit 147d45f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

jsonschema/_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,4 +343,4 @@ def find_evaluated_property_keys_by_schema(validator, instance, schema):
343343
def errors_with_property_name(errors, property_name):
344344
for error in errors:
345345
error.extra_info = {"property": property_name}
346-
yield error
346+
yield error

jsonschema/_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
from jsonschema._utils import (
66
ensure_list,
7-
errors_with_property_name,
87
equal,
8+
errors_with_property_name,
99
extras_msg,
1010
find_additional_properties,
1111
find_evaluated_item_indexes_by_schema,

0 commit comments

Comments
 (0)