summaryrefslogtreecommitdiff
path: root/tests/admin_ordering/tests.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/admin_ordering/tests.py')
-rw-r--r--tests/admin_ordering/tests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/admin_ordering/tests.py b/tests/admin_ordering/tests.py
index 250b59dea8..77597d0fb5 100644
--- a/tests/admin_ordering/tests.py
+++ b/tests/admin_ordering/tests.py
@@ -9,11 +9,11 @@ from .models import (
)
-class MockRequest(object):
+class MockRequest:
pass
-class MockSuperUser(object):
+class MockSuperUser:
def has_perm(self, perm):
return True