Skip to content

Commit b6de2fd

Browse files
committed
Fixed compat imports so PEP8 passes.
1 parent 1b21187 commit b6de2fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/test_compat.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1+
from jwt.compat import constant_time_compare
2+
13
from .compat import unittest
24

3-
from jwt.compat import constant_time_compare
45

56
class TestCompat(unittest.TestCase):
67
def setUp(self): # noqa

0 commit comments

Comments
 (0)