Skip to content

Commit 946735d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 5ea9390 commit 946735d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

jsonschema/tests/test_exceptions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -546,10 +546,10 @@ def test_nested_index_access_does_not_mutate_tree(self):
546546
any level of the tree.
547547
"""
548548
e1 = exceptions.ValidationError(
549-
"err1", validator="a", path=["bar", 0], instance={"bar": [1, 2, 3]}
549+
"err1", validator="a", path=["bar", 0], instance={"bar": [1, 2, 3]},
550550
)
551551
e2 = exceptions.ValidationError(
552-
"err2", validator="b", path=["bar", 1], instance={"bar": [1, 2, 3]}
552+
"err2", validator="b", path=["bar", 1], instance={"bar": [1, 2, 3]},
553553
)
554554
tree = exceptions.ErrorTree([e1, e2])
555555

0 commit comments

Comments
 (0)