From 8a3be956ea0cdd1ca754de3ceebce3ad690dc157 Mon Sep 17 00:00:00 2001 From: Julian Berman Date: Sun, 20 Oct 2013 18:38:19 -0400 Subject: Flake8. --- jsonschema/exceptions.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/jsonschema/exceptions.py b/jsonschema/exceptions.py index 5d49410..e93c145 100644 --- a/jsonschema/exceptions.py +++ b/jsonschema/exceptions.py @@ -111,9 +111,7 @@ class UnknownType(Exception): On instance: %s """.rstrip() - ) % (self.type, - _utils.indent(pschema), - _utils.indent(pinstance)) + ) % (self.type, _utils.indent(pschema), _utils.indent(pinstance)) if PY3: __str__ = __unicode__ -- cgit v1.2.1