Skip to content

Commit 928959c

Browse files
committed
Fix flake8 issue
1 parent b657276 commit 928959c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def test_leading_zero(self):
219219
doc = [0, 1, 2]
220220
self.assertRaises(JsonPointerException, resolve_pointer, doc, '/01')
221221

222+
222223
class ToLastTests(unittest.TestCase):
223224

224225
def test_empty_path(self):

0 commit comments

Comments
 (0)