aboutsummaryrefslogtreecommitdiff
path: root/articles.py
diff options
context:
space:
mode:
Diffstat (limited to 'articles.py')
-rw-r--r--articles.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/articles.py b/articles.py
index 6a37bea8..ec9c451d 100644
--- a/articles.py
+++ b/articles.py
@@ -44,7 +44,6 @@ class Feed(object):
self.nb_unread_articles = ""#nb_unread_articles
self.articles = OrderedDict()#articles_list
-
class Article(object):
"""
Represent an article.
bgstack15