forked from Mirrors/itch-dl
Fix an invalid type hint on get_jobs_for_collection_json
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user