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

FIx syntax.

parent 53b23d07
No related branches found
No related tags found
No related merge requests found
......@@ -32,5 +32,5 @@ def current_lesson_periods(when: Optional[datetime] = None) -> models.query.Quer
period__time_end__gte=now.time())
def week_weekday_from_date(when: date) -> Sequence[int, int]:
def week_weekday_from_date(when: date) -> Sequence[int]:
return (int(when.strftime('%V')), int(when.strftime('%u')))
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