summaryrefslogtreecommitdiff
path: root/jsonschema/tests/test_exceptions.py
diff options
context:
space:
mode:
Diffstat (limited to 'jsonschema/tests/test_exceptions.py')
-rw-r--r--jsonschema/tests/test_exceptions.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/jsonschema/tests/test_exceptions.py b/jsonschema/tests/test_exceptions.py
index 0466596..ab4d1c6 100644
--- a/jsonschema/tests/test_exceptions.py
+++ b/jsonschema/tests/test_exceptions.py
@@ -1,7 +1,5 @@
-import mock
-
from jsonschema import Draft4Validator, exceptions
-from jsonschema.tests.compat import unittest
+from jsonschema.tests.compat import mock, unittest
class TestBestMatch(unittest.TestCase):