aboutsummaryrefslogtreecommitdiff
path: root/tests/test_cache.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_cache.py')
-rw-r--r--tests/test_cache.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_cache.py b/tests/test_cache.py
index 433a733..3b78515 100644
--- a/tests/test_cache.py
+++ b/tests/test_cache.py
@@ -1,8 +1,9 @@
import unittest
-from . import CacheTestMixin
from cachetools import Cache
+from . import CacheTestMixin
+
class CacheTest(unittest.TestCase, CacheTestMixin):