aboutsummaryrefslogtreecommitdiff
path: root/management/commands/timetables.py
diff options
context:
space:
mode:
authorAlban Gruin2017-10-24 19:13:28 +0200
committerAlban Gruin2017-10-24 19:13:28 +0200
commit1edd7f6b2431095b27fd98205bb2ce5f462183e9 (patch)
treeb2fe976b0999dca2aa052e4deda171e826f96035 /management/commands/timetables.py
parent3830f9c786f1a790d67958b0a6d38bea75679159 (diff)
parent07e9a1d1e6c77d64e5c3daf0324ae751117f168e (diff)
Merge branch 'fusion/alban'
Diffstat (limited to 'management/commands/timetables.py')
-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