summaryrefslogtreecommitdiff
path: root/poezio/text_buffer.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/text_buffer.py')
-rw-r--r--poezio/text_buffer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/text_buffer.py b/poezio/text_buffer.py
index 4e0f4b90..1a3ac302 100644
--- a/poezio/text_buffer.py
+++ b/poezio/text_buffer.py
@@ -109,7 +109,7 @@ class AckError(Exception):
pass
-class TextBuffer(object):
+class TextBuffer:
"""
This class just keep trace of messages, in a list with various
information and attributes.