Fix PEP-8 issue
This commit is contained in:
parent
8a5b48d374
commit
5e2be8a44a
@ -412,7 +412,8 @@ class DownloadManager(downloads.AbstractDownloadManager):
|
|||||||
mhtml.start_download_checked, tab=tab))
|
mhtml.start_download_checked, tab=tab))
|
||||||
message.global_bridge.ask(question, blocking=False)
|
message.global_bridge.ask(question, blocking=False)
|
||||||
|
|
||||||
def get_request(self, request, *, target=None, suggested_fn=None, **kwargs):
|
def get_request(self, request, *, target=None,
|
||||||
|
suggested_fn=None, **kwargs):
|
||||||
"""Start a download with a QNetworkRequest.
|
"""Start a download with a QNetworkRequest.
|
||||||
|
|
||||||
Args:
|
Args:
|
||||||
|
Loading…
Reference in New Issue
Block a user