refactor: apply consistent formatting and improve code readability across backend modules

This commit is contained in:
2025-08-01 22:51:38 +02:00
parent 0fd2c7a8b6
commit e1f51794af
5 changed files with 147 additions and 65 deletions

View File

@@ -1,4 +1,4 @@
from typing import TypedDict, List
from typing import List, TypedDict
from pydantic import BaseModel