big fix imports

This commit is contained in:
IluaAir
2025-08-08 15:30:17 +03:00
parent 9c20b7690c
commit 2471c2981f
23 changed files with 105 additions and 43 deletions

View File

@@ -37,6 +37,7 @@ class AccessToken(BaseSettings):
expire_minutes: int = 15
secret_key: str
algorithm: str = "HS256"
token_type: str = "bearer" # noqa: S105
class Settings(BaseSettings):