summaryrefslogtreecommitdiff
path: root/jsonschema/_format.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/_format.py')
-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