make linter happy

This commit is contained in:
Laura Klünder 2024-02-07 18:34:28 +01:00
parent d7f175f7ef
commit 8c8ef12cf0
19 changed files with 107 additions and 75 deletions

View file

@ -1,5 +1,5 @@
from enum import StrEnum
from typing import Annotated, Optional, Union, Any
from typing import Annotated, Any, Optional, Union
from django.core.exceptions import ValidationError
from django.urls import reverse