summaryrefslogtreecommitdiff
path: root/jsonschema/__init__.py
diff options
context:
space:
mode:
authorJulian Berman <Julian@GrayVines.com>2019-09-05 08:25:17 +0200
committerJulian Berman <Julian@GrayVines.com>2019-09-05 08:25:17 +0200
commitf796b23b25be7600efe7225961d0307642bd83d7 (patch)
treeed8e1042b0833794b3a994ded6262525c57c47d6 /jsonschema/__init__.py
parent2d1c4a397a38469daa96743523f8d1d73d782e04 (diff)
downloadjsonschema-f796b23b25be7600efe7225961d0307642bd83d7.tar.gz
Minor style.
Diffstat (limited to 'jsonschema/__init__.py')
-rw-r--r--jsonschema/__init__.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jsonschema/__init__.py b/jsonschema/__init__.py
index 0da56aa..642843a 100644
--- a/jsonschema/__init__.py
+++ b/jsonschema/__init__.py
@@ -6,7 +6,6 @@ supported JSON Schema versions.
Most commonly, `validate` is the quickest way to simply validate a given
instance under a schema, and will create a validator for you.
-
"""
from jsonschema.exceptions import (