mirror of
https://github.com/DragoonAethis/itch-dl.git
synced 2024-12-21 02:21:52 +01:00
Fix an invalid type hint on get_jobs_for_collection_json
This commit is contained in:
parent
49f0c1efd7
commit
67a09b47f0
@ -86,7 +86,7 @@ def get_jobs_for_browse_url(url: str, client: ItchApiClient) -> List[str]:
|
||||
return list(found_urls)
|
||||
|
||||
|
||||
def get_jobs_for_collection_json(url: str, client: ItchApiClient) -> dict:
|
||||
def get_jobs_for_collection_json(url: str, client: ItchApiClient) -> List[str]:
|
||||
page = 1
|
||||
found_urls: Set[str] = set()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user