Skip to content

Commit c7b4416

Browse files
Copilotstefankoegl
andcommitted
Fix whitespace issue reported by flake8
Co-authored-by: stefankoegl <[email protected]>
1 parent 4fb793e commit c7b4416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def test_invalid_index(self):
219219
# 'a' is not a valid list index
220220
doc = [0, 1, 2]
221221
self.assertRaises(JsonPointerException, resolve_pointer, doc, '/a')
222-
222+
223223
def test_invalid_index_leading_zeros(self):
224224
# RFC 6901 specifies that array indices must not have leading zeros
225225
doc = [0, 1, 2]

0 commit comments

Comments
 (0)