summaryrefslogtreecommitdiff
path: root/tests/servers/test_basehttp.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/servers/test_basehttp.py')
-rw-r--r--tests/servers/test_basehttp.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/servers/test_basehttp.py b/tests/servers/test_basehttp.py
index cd9bcd2e86..cf0f8ac41b 100644
--- a/tests/servers/test_basehttp.py
+++ b/tests/servers/test_basehttp.py
@@ -8,7 +8,7 @@ from django.test.client import RequestFactory
from django.test.utils import patch_logger
-class Stub(object):
+class Stub:
def __init__(self, **kwargs):
self.__dict__.update(kwargs)