Skip to content
Snippets Groups Projects
Verified Commit ab7345ad authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Sort imports.

parent c890f7cc
No related branches found
No related tags found
1 merge request!16Turn group week view into general week view.
......@@ -2,8 +2,8 @@ from django import forms
from django.db.models import Count
from django.utils.translation import ugettext_lazy as _
from biscuit.core.models import Group, Person
from biscuit.apps.chronos.models import Room
from biscuit.core.models import Group, Person
from .models import LessonDocumentation, PersonalNote
......
......@@ -11,7 +11,7 @@ from django.urls import reverse
from django.utils.translation import ugettext as _
from django.views.decorators.cache import cache_page
from biscuit.apps.chronos.models import LessonPeriod, TimePeriod, Room
from biscuit.apps.chronos.models import LessonPeriod, Room, TimePeriod
from biscuit.apps.chronos.util import CalendarWeek, current_lesson_periods
from biscuit.core.models import Group, Person
......
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