Skip to content

Commit

Permalink
Make clone work more naturally
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike committed May 29, 2022
1 parent 38b2dc0 commit 4260e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hdx/utilities/retriever.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ def get_url_logstr(url: str) -> str:
return f"{url[:100]}..."
return url

def clone(self, downloader: Download):
def clone(self, downloader: Download) -> "Retrieve":
"""Clone a given retriever but use the given downloader
Args:
Expand Down

0 comments on commit 4260e54

Please sign in to comment.