summaryrefslogtreecommitdiff
path: root/tests/test_scripts/test_proutes.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_scripts/test_proutes.py')
-rw-r--r--tests/test_scripts/test_proutes.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_scripts/test_proutes.py b/tests/test_scripts/test_proutes.py
index 6ba02a7d4..a585a02aa 100644
--- a/tests/test_scripts/test_proutes.py
+++ b/tests/test_scripts/test_proutes.py
@@ -4,7 +4,7 @@ import unittest
from . import dummy
-class DummyIntrospector(object):
+class DummyIntrospector:
def __init__(self):
self.relations = {}
self.introspectables = {}