aboutsummaryrefslogtreecommitdiff
path: root/management
diff options
context:
space:
mode:
authorAlban Gruin2017-10-18 13:37:36 +0200
committerAlban Gruin2017-10-18 13:37:36 +0200
commitfbf65db250dbc86b04cfcf6175e4b167e1be23f0 (patch)
treeaa99c82f68e0ea4983f1823b7b8d13af1ba8cbf6 /management
parent640496deb262349101567de12d2476cbfe5065b3 (diff)
Suppression des imports inutiles
Diffstat (limited to 'management')
-rw-r--r--management/commands/timetables.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/management/commands/timetables.py b/management/commands/timetables.py
index 35fb26e..2d8a17e 100644
--- a/management/commands/timetables.py
+++ b/management/commands/timetables.py
@@ -18,7 +18,6 @@ import datetime
from django.core.management.base import BaseCommand
from django.db import transaction
from django.db.models import Min
-from django.utils import timezone
from edt.models import Course, Timetable
from edt.utils import get_week, tz_now