Skip to content

Commit

Permalink
Run isort
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Stringer committed Jul 7, 2023
1 parent 99ac8c5 commit f6479c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion schedule/views.py
Expand Up @@ -34,7 +34,7 @@

from schedule.forms import EventForm, OccurrenceForm
from schedule.models import Calendar, Event, Occurrence
from schedule.periods import weekday_names, Period
from schedule.periods import Period, weekday_names
from schedule.settings import (
CHECK_EVENT_PERM_FUNC,
CHECK_OCCURRENCE_PERM_FUNC,
Expand Down

0 comments on commit f6479c2

Please sign in to comment.