Fix flake8 again
This commit is contained in:
parent
a001fd1099
commit
9ce8e40a90
@ -34,8 +34,8 @@ class FixedDataNetworkReply(QNetworkReply):
|
|||||||
|
|
||||||
"""QNetworkReply subclass for fixed data."""
|
"""QNetworkReply subclass for fixed data."""
|
||||||
|
|
||||||
def __init__(self, request, # noqa: N803 pylint: disable=invalid-name
|
def __init__(self, request, # pylint: disable=invalid-name
|
||||||
fileData, mimeType, parent=None):
|
fileData, mimeType, parent=None): # noqa: N803
|
||||||
"""Constructor.
|
"""Constructor.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
Reference in New Issue
Block a user