Suppress pylint complaint

This commit is contained in:
Peter Šurda 2024-06-16 11:44:18 +08:00
parent de11bc484c
commit de445d6bd9
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95

View File

@ -41,6 +41,7 @@ def getSOCKSProxyType(config):
class SettingsDialog(QtGui.QDialog):
"""The "Settings" dialog"""
# pylint: disable=too-many-instance-attributes
def __init__(self, parent=None, firstrun=False):
super(SettingsDialog, self).__init__(parent)
widgets.load('settings.ui', self)