fix: TypeAdapter

This commit is contained in:
TheNoxium
2025-05-30 08:51:49 +05:00
parent 320c13183f
commit 5094b84675
3 changed files with 12 additions and 19 deletions

View File

@@ -1,11 +1,8 @@
from fastapi import (
APIRouter,
Body,
Depends,
Form,
HTTPException,
Request,
Response,
status,
)