Fix pylint on CI
For some reason, we get an error here on Travis but not locally. This happens even with the same Python/pylint/astroid versions...
This commit is contained in:
parent
2d996baea0
commit
3fd7b58107
@ -34,8 +34,8 @@ class FixedDataNetworkReply(QNetworkReply):
|
|||||||
|
|
||||||
"""QNetworkReply subclass for fixed data."""
|
"""QNetworkReply subclass for fixed data."""
|
||||||
|
|
||||||
def __init__(self, request, fileData, mimeType, # noqa: N803
|
def __init__(self, request, # noqa: N803 pylint: disable=invalid-name
|
||||||
parent=None):
|
fileData, mimeType, parent=None):
|
||||||
"""Constructor.
|
"""Constructor.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
Reference in New Issue
Block a user