Skip to content

Commit de445d6

Browse files
committed
Suppress pylint complaint
1 parent de11bc4 commit de445d6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/bitmessageqt/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ def getSOCKSProxyType(config):
4141

4242
class SettingsDialog(QtGui.QDialog):
4343
"""The "Settings" dialog"""
44+
# pylint: disable=too-many-instance-attributes
4445
def __init__(self, parent=None, firstrun=False):
4546
super(SettingsDialog, self).__init__(parent)
4647
widgets.load('settings.ui', self)

0 commit comments

Comments
 (0)