summaryrefslogtreecommitdiff
path: root/tests/test_core.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_core.py')
-rw-r--r--tests/test_core.py6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/test_core.py b/tests/test_core.py
index c363950..daa458c 100644
--- a/tests/test_core.py
+++ b/tests/test_core.py
@@ -13,16 +13,14 @@
# limitations under the License.
import copy
-import unittest
-import os
-
import json
+import os
+import unittest
import six
import warlock
-
fixture = {
"name": "Country",
"properties": {"name": {"type": "string"}, "population": {"type": "integer"}},