summaryrefslogtreecommitdiff
path: root/poezio/windows/text_win.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/text_win.py')
-rw-r--r--poezio/windows/text_win.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/windows/text_win.py b/poezio/windows/text_win.py
index 23fefb56..8e6703ba 100644
--- a/poezio/windows/text_win.py
+++ b/poezio/windows/text_win.py
@@ -86,6 +86,7 @@ class BaseTextWin(Win):
Return the number of lines that are built for the given
message.
"""
+ #pylint: disable=assignment-from-no-return
lines = self.build_message(
message, timestamp=timestamp, nick_size=nick_size)
if self.lock: