summaryrefslogtreecommitdiff
path: root/tests/test_config/test_tweens.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_config/test_tweens.py')
-rw-r--r--tests/test_config/test_tweens.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_config/test_tweens.py b/tests/test_config/test_tweens.py
index ff75461c3..b8cf15e12 100644
--- a/tests/test_config/test_tweens.py
+++ b/tests/test_config/test_tweens.py
@@ -117,7 +117,7 @@ class TestTweensConfiguratorMixin(unittest.TestCase):
def test_add_tween_instance(self):
from pyramid.exceptions import ConfigurationError
- class ATween(object):
+ class ATween:
pass
atween = ATween()