Merge pull request #8 from shymega/shymega/prs/fix-get_url_from_feed-func-sig

Explicitly define the return type of get_url_from_feed(config)
This commit is contained in:
Andros Fenollosa
2023-05-16 16:33:39 +02:00
committed by GitHub

View File

@ -45,7 +45,7 @@ def setup_logging() -> None:
return None
def get_url_from_feed(config):
def get_url_from_feed(config) -> str:
"""
This function returns the URL from a feed.
"""