This commit is contained in:
2023-08-06 14:37:25 +02:00
parent 2f1fdecd5f
commit c472d5038d
4 changed files with 5 additions and 4 deletions

View File

@@ -1,7 +1,7 @@
import enum
from typing import TypedDict
from pydantic import BaseModel
from typing_extensions import TypedDict
class UploadBackend(enum.StrEnum):