fix: resolve ruff lint errors (unused imports and variables)

This commit is contained in:
Viktor Barzin 2026-03-14 10:01:41 +00:00
parent 1e00cc9de6
commit eba5cf6a82
No known key found for this signature in database
GPG key ID: 0EB088298288D958
5 changed files with 2 additions and 8 deletions

View file

@ -2,7 +2,6 @@
import logging
from contextlib import asynccontextmanager
from datetime import datetime, timezone
from typing import Optional
from fastapi import Depends, FastAPI, HTTPException