start modernizing renderdata code somewhat

This commit is contained in:
Laura Klünder 2023-12-07 19:13:42 +01:00
parent 0150851808
commit 551cb1e086
2 changed files with 25 additions and 16 deletions

View file

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