aboutsummaryrefslogtreecommitdiff
path: root/feeds.py
diff options
context:
space:
mode:
authorAlban Gruin2017-09-24 17:37:21 +0200
committerAlban Gruin2017-09-24 17:37:21 +0200
commita4fbe45dcdc89dbcfe50afd5058b0ecf09ed7642 (patch)
tree5830062e69f496fcf70de5b2940348b697c52f35 /feeds.py
parentdc5618c3b3af18a5f6e1d50844097c745317125a (diff)
Suppression des import inutilisés
Diffstat (limited to 'feeds.py')
-rw-r--r--feeds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/feeds.py b/feeds.py
index d7f3ae3..7e8cd80 100644
--- a/feeds.py
+++ b/feeds.py
@@ -16,7 +16,7 @@
from django.core.exceptions import ObjectDoesNotExist
from django.conf import settings
from django.contrib.syndication.views import Feed
-from django.db.models import Count, Max, Q
+from django.db.models import Count, Max
from django.db.models.functions import ExtractWeek, ExtractYear
from django.template import loader
from django.urls import reverse