Skip to content

Commit 8a3be95

Browse files
committed
Flake8.
1 parent 1397f0b commit 8a3be95

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

jsonschema/exceptions.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,7 @@ def __unicode__(self):
111111
On instance:
112112
%s
113113
""".rstrip()
114-
) % (self.type,
115-
_utils.indent(pschema),
116-
_utils.indent(pinstance))
114+
) % (self.type, _utils.indent(pschema), _utils.indent(pinstance))
117115

118116
if PY3:
119117
__str__ = __unicode__

0 commit comments

Comments
 (0)