We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0d307 commit 93465e5Copy full SHA for 93465e5
1 file changed
jsonschema/validators.py
@@ -11,7 +11,7 @@
11
12
from jsonschema import _utils, _validators
13
from jsonschema.compat import (
14
- PY3, Sequence, urljoin, urlsplit, urldefrag, unquote, urlopen,
+ Sequence, urljoin, urlsplit, urldefrag, unquote, urlopen,
15
str_types, int_types, iteritems,
16
)
17
from jsonschema.exceptions import ErrorTree # Backwards compatibility # noqa
0 commit comments