summaryrefslogtreecommitdiff
path: root/jsonschema
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-01-11 13:47:55 -0500
committerJulian Berman <Julian@GrayVines.com>2019-01-11 13:47:55 -0500
commitce47781b064f95f68d8872d9d91bc8e54a9f2852 (patch)
treeb640a44ff5a179b72d77a341be3b06bc84cbfddc /jsonschema
parent140f1e5b3bc3c6d2635d0cbb5bc357589465155e (diff)
downloadjsonschema-ce47781b064f95f68d8872d9d91bc8e54a9f2852.tar.gz
Style.
Diffstat (limited to 'jsonschema')
-rw-r--r--jsonschema/_format.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsonschema/_format.py b/jsonschema/_format.py
index 7e2deb8..cbdc4f9 100644
--- a/jsonschema/_format.py
+++ b/jsonschema/_format.py
@@ -337,7 +337,6 @@ else:
return True
return jsonpointer.JsonPointer(instance)
-
# TODO: I don't want to maintain this, so it
# needs to go either into jsonpointer (pending
# https://github.com/stefankoegl/python-json-pointer/issues/34) or