mirror of
https://github.com/tanrax/RSSingle.git
synced 2024-11-14 17:25:41 +01:00
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:
commit
bbe24f6364
@ -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.
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user