summaryrefslogtreecommitdiff
path: root/poezio/windows
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2018-07-21 19:19:35 +0200
committermathieui <mathieui@mathieui.net>2018-07-21 19:31:00 +0200
commitd80ae218aabf8177672fd259df8e439f612ec289 (patch)
tree714364138665ceb093ec8ceeb680f23d1dad8226 /poezio/windows
parentea2d76864da2448152428a62fe5c7daaea6ab0d3 (diff)
downloadpoezio-d80ae218aabf8177672fd259df8e439f612ec289.tar.gz
poezio-d80ae218aabf8177672fd259df8e439f612ec289.tar.bz2
poezio-d80ae218aabf8177672fd259df8e439f612ec289.tar.xz
poezio-d80ae218aabf8177672fd259df8e439f612ec289.zip
Add exceptions for some pylint errors
until we find out where type inference has gone very wrong.
Diffstat (limited to 'poezio/windows')
-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: