Skip to content
Snippets Groups Projects
Verified Commit 9d805660 authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Remove unnecessary import

parent 0709de40
No related branches found
No related tags found
1 merge request!31Biscuit merge. Closes #53.
......@@ -26,7 +26,7 @@ from .min_max import (
get_prev_relevant_day,
)
from .models import LessonPeriod, LessonSubstitution, TimePeriod, Room
from .tables import LessonsTable, SubstitutionsTable
from .tables import LessonsTable
from .util import CalendarWeek, get_weeks_for_year
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment