summaryrefslogtreecommitdiff
path: root/tests/test_decorator.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_decorator.py')
-rw-r--r--tests/test_decorator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_decorator.py b/tests/test_decorator.py
index 2dcc9b4d3..b9a1f1e9d 100644
--- a/tests/test_decorator.py
+++ b/tests/test_decorator.py
@@ -26,5 +26,5 @@ class TestReify(unittest.TestCase):
self.assertEqual(result, decorator)
-class Dummy(object):
+class Dummy:
pass