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

Fix lint

parent 6a92a2ee
No related branches found
No related tags found
1 merge request!150Resolve "Django 3.2 database improvements"
This commit is part of merge request !150. Comments created here will be created in the context of that merge request.
......@@ -215,7 +215,7 @@ class WeekQuerySetMixin:
)
def alias_week(self, week: Union[CalendarWeek]):
"""Add an alias to all lessons in the QuerySet with the number of the provided calendar week."""
"""Add an alias to all lessons in the QuerySet with the number of the calendar week."""
return self.alias(
_week=models.Value(week.week, models.IntegerField()),
_year=models.Value(week.year, models.IntegerField()),
......
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