summaryrefslogtreecommitdiff
path: root/test/base/test_inspect.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/base/test_inspect.py')
-rw-r--r--test/base/test_inspect.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/base/test_inspect.py b/test/base/test_inspect.py
index 252d0d977..fd433ce99 100644
--- a/test/base/test_inspect.py
+++ b/test/base/test_inspect.py
@@ -8,7 +8,7 @@ from sqlalchemy.testing import eq_
from sqlalchemy.testing import fixtures
-class TestFixture(object):
+class TestFixture:
pass
@@ -45,7 +45,7 @@ class TestInspection(fixtures.TestBase):
class SomeFoo(TestFixture):
pass
- class SomeFooInspect(object):
+ class SomeFooInspect:
def __init__(self, target):
self.target = target