Skip to content
Snippets Groups Projects
Commit abbe82a1 authored by Felix Blanke's avatar Felix Blanke
Browse files

Address lint remarks

parent 9237c47c
No related branches found
No related tags found
5 merge requests!262[WIP] compatibility with koma solver import/export,!261[WIP] compatibility with koma solver import/export,!260[WIP] import/export merge,!259Add view to clear schedule,!235Merge fork for interoperability of KoMa solver
This commit is part of merge request !235. Comments created here will be created in the context of that merge request.
......@@ -273,6 +273,7 @@ class Event(models.Model):
start: datetime,
end: datetime,
slot_duration: timedelta,
*,
slot_index: int = 0,
constraints: set[str] | None = None,
) -> Generator[TimeslotBlock, None, int]:
......
import json
from datetime import datetime
from typing import List
from django.contrib import messages
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment