aboutsummaryrefslogtreecommitdiff
path: root/management/commands/timetables.py
diff options
context:
space:
mode:
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 0716a91..efdd611 100644
--- a/management/commands/timetables.py
+++ b/management/commands/timetables.py
@@ -19,7 +19,6 @@ from django.db.models import Max
from django.utils import timezone
from edt.models import Timetable, Course
-from edt.utils import get_week
from ._private import delete_courses_in_week, get_events, get_update_date, get_weeks, get_xml
import datetime