diff options
Diffstat (limited to 'tests/check_framework/test_multi_db.py')
| -rw-r--r-- | tests/check_framework/test_multi_db.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/check_framework/test_multi_db.py b/tests/check_framework/test_multi_db.py index f273d397e2..700553f47b 100644 --- a/tests/check_framework/test_multi_db.py +++ b/tests/check_framework/test_multi_db.py @@ -3,7 +3,7 @@ from django.test import TestCase, mock from django.test.utils import isolate_apps, override_settings -class TestRouter(object): +class TestRouter: """ Routes to the 'other' database if the model name starts with 'Other'. """ |
