aboutsummaryrefslogtreecommitdiff
path: root/tests/test_func.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_func.py')
-rw-r--r--tests/test_func.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_func.py b/tests/test_func.py
index 721d5a6..72e7589 100644
--- a/tests/test_func.py
+++ b/tests/test_func.py
@@ -3,7 +3,7 @@ import unittest
import cachetools.func
-class DecoratorTestMixin(object):
+class DecoratorTestMixin:
def decorator(self, maxsize, **kwargs):
return self.DECORATOR(maxsize, **kwargs)