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."""
|
"""QNetworkReply subclass for fixed data."""
|
||||||
|
|
||||||
def __init__(self, request, # pylint: disable=invalid-name
|
def __init__(self, request, fileData, mimeType, parent=None): # noqa: N803
|
||||||
fileData, mimeType, parent=None): # noqa: N803
|
|
||||||
"""Constructor.
|
"""Constructor.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
Reference in New Issue
Block a user