summaryrefslogtreecommitdiff
path: root/tests/sites_tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests/sites_tests')
-rw-r--r--tests/sites_tests/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/sites_tests/tests.py b/tests/sites_tests/tests.py
index 0179500f14..9e2d7ad4fc 100644
--- a/tests/sites_tests/tests.py
+++ b/tests/sites_tests/tests.py
@@ -226,7 +226,7 @@ class SitesFrameworkTests(TestCase):
RequestSite(request).delete()
-class JustOtherRouter(object):
+class JustOtherRouter:
def allow_migrate(self, db, app_label, **hints):
return db == 'other'