From aaa6013c0e8a477378fb5de9f3362ae17d933788 Mon Sep 17 00:00:00 2001 From: Cédric Bonhomme Date: Mon, 16 Mar 2015 07:25:01 +0100 Subject: Removed blank line. --- pyaggr3g470r/utils.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pyaggr3g470r/utils.py b/pyaggr3g470r/utils.py index b1c9ff50..e88f5261 100755 --- a/pyaggr3g470r/utils.py +++ b/pyaggr3g470r/utils.py @@ -100,7 +100,6 @@ def history(user_id, year=None, month=None): articles_counter[article.date.month] += 1 else: articles_counter[article.date.year] += 1 - return articles_counter, articles def import_opml(email, opml_content): -- cgit