summaryrefslogtreecommitdiff
path: root/django/utils/text.py
diff options
context:
space:
mode:
Diffstat (limited to 'django/utils/text.py')
-rw-r--r--django/utils/text.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/django/utils/text.py b/django/utils/text.py
index d716a0b345..20df82c85b 100644
--- a/django/utils/text.py
+++ b/django/utils/text.py
@@ -291,7 +291,7 @@ def compress_string(s):
return zbuf.getvalue()
-class StreamingBuffer(object):
+class StreamingBuffer:
def __init__(self):
self.vals = []