Skip to content

Commit 93465e5

Browse files
committed
Flake8
1 parent 7c0d307 commit 93465e5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

jsonschema/validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
from jsonschema import _utils, _validators
1313
from jsonschema.compat import (
14-
PY3, Sequence, urljoin, urlsplit, urldefrag, unquote, urlopen,
14+
Sequence, urljoin, urlsplit, urldefrag, unquote, urlopen,
1515
str_types, int_types, iteritems,
1616
)
1717
from jsonschema.exceptions import ErrorTree # Backwards compatibility # noqa

0 commit comments

Comments
 (0)