You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-12-24 00:31:09 +02:00
Removed duplicate type annotation. (#888)
This commit is contained in:
@@ -196,7 +196,6 @@ class Downloader:
|
|||||||
"""
|
"""
|
||||||
:param resume: Should the download resume if partial download
|
:param resume: Should the download resume if partial download
|
||||||
already exists.
|
already exists.
|
||||||
:type resume: bool
|
|
||||||
|
|
||||||
:param output_file: The file to store response body in. If not
|
:param output_file: The file to store response body in. If not
|
||||||
provided, it will be guessed from the response.
|
provided, it will be guessed from the response.
|
||||||
@@ -322,7 +321,6 @@ class Downloader:
|
|||||||
|
|
||||||
:param chunk: A chunk of response body data that has just
|
:param chunk: A chunk of response body data that has just
|
||||||
been downloaded and written to the output.
|
been downloaded and written to the output.
|
||||||
:type chunk: bytes
|
|
||||||
|
|
||||||
"""
|
"""
|
||||||
self.status.chunk_downloaded(len(chunk))
|
self.status.chunk_downloaded(len(chunk))
|
||||||
|
|||||||
Reference in New Issue
Block a user