Commit 29caa4e4 authored by Michal Čihař's avatar Michal Čihař

Silent pylint warning here

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 373971e2
......@@ -62,6 +62,7 @@ class StringIOMode(StringIO):
StringIO with mode attribute to make ttkit happy.
"""
def __init__(self, filename, data):
# pylint: disable=W0233
StringIO.__init__(self, data)
self.mode = 'r'
self.name = filename
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment