summaryrefslogtreecommitdiff
path: root/tests/test_compat.py
diff options
context:
space:
mode:
authorMark Adams <mark@markadams.me>2015-01-25 07:01:07 -0600
committerMark Adams <mark@markadams.me>2015-01-25 07:01:07 -0600
commitb6de2fdc4cfdf185751561ba0cd8bc2ee441a49e (patch)
tree31010a9cce4c3c6eb52dc6c2ddda212cedd39b3e /tests/test_compat.py
parent1b21187bd79251583829e62c64b6936947c0f8bf (diff)
downloadpyjwt-b6de2fdc4cfdf185751561ba0cd8bc2ee441a49e.tar.gz
Fixed compat imports so PEP8 passes.
Diffstat (limited to 'tests/test_compat.py')
-rw-r--r--tests/test_compat.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_compat.py b/tests/test_compat.py
index 34f91db..2583662 100644
--- a/tests/test_compat.py
+++ b/tests/test_compat.py
@@ -1,6 +1,7 @@
+from jwt.compat import constant_time_compare
+
from .compat import unittest
-from jwt.compat import constant_time_compare
class TestCompat(unittest.TestCase):
def setUp(self): # noqa