summaryrefslogtreecommitdiff
path: root/django/core/files/uploadhandler.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/core/files/uploadhandler.py')
-rw-r--r--django/core/files/uploadhandler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/core/files/uploadhandler.py b/django/core/files/uploadhandler.py
index 3741f372b2..e8f87845c9 100644
--- a/django/core/files/uploadhandler.py
+++ b/django/core/files/uploadhandler.py
@@ -58,7 +58,7 @@ class StopFutureHandlers(UploadFileException):
pass
-class FileUploadHandler(object):
+class FileUploadHandler:
"""
Base class for streaming upload handlers.
"""