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
commit bbe24f6364
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.
"""