Remove useless suppression
Now my local pylint and Travis suddenly agree again?
This commit is contained in:
parent
a2c7908414
commit
194cf85ab7
@ -34,8 +34,7 @@ class FixedDataNetworkReply(QNetworkReply):
|
||||
|
||||
"""QNetworkReply subclass for fixed data."""
|
||||
|
||||
def __init__(self, request, # pylint: disable=invalid-name
|
||||
fileData, mimeType, parent=None): # noqa: N803
|
||||
def __init__(self, request, fileData, mimeType, parent=None): # noqa: N803
|
||||
"""Constructor.
|
||||
|
||||
Args:
|
||||
|
Loading…
Reference in New Issue
Block a user