summaryrefslogtreecommitdiff
path: root/tests/admin_docs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_docs')
-rw-r--r--tests/admin_docs/tests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/admin_docs/tests.py b/tests/admin_docs/tests.py
index 2a2f9d25e0..dfe6104a33 100644
--- a/tests/admin_docs/tests.py
+++ b/tests/admin_docs/tests.py
@@ -2,7 +2,7 @@ from django.contrib.auth.models import User
from django.test import TestCase, modify_settings, override_settings
-class TestDataMixin(object):
+class TestDataMixin:
@classmethod
def setUpTestData(cls):