summaryrefslogtreecommitdiff
path: root/macaroonbakery/tests/test_checkers.py
diff options
context:
space:
mode:
Diffstat (limited to 'macaroonbakery/tests/test_checkers.py')
-rw-r--r--macaroonbakery/tests/test_checkers.py7
1 files changed, 3 insertions, 4 deletions
diff --git a/macaroonbakery/tests/test_checkers.py b/macaroonbakery/tests/test_checkers.py
index f552fa4..28da06e 100644
--- a/macaroonbakery/tests/test_checkers.py
+++ b/macaroonbakery/tests/test_checkers.py
@@ -3,11 +3,10 @@
from datetime import datetime, timedelta
from unittest import TestCase
-import six
-import pytz
-from pymacaroons import Macaroon, MACAROON_V2
-
import macaroonbakery.checkers as checkers
+import pytz
+import six
+from pymacaroons import MACAROON_V2, Macaroon
# A frozen time for the tests.
NOW = datetime(