remove unnecessary newlines

This commit is contained in:
Denis Lehmann 2020-04-18 11:38:23 +02:00
parent 50f54f20c5
commit 6247a29f90

View file

@ -52,7 +52,6 @@ def print_logo():
Utility functions
'''
# Get articles of a feed
def get_articles(feed):
feed = feedparser.parse(feed['url'])