imports fix

This commit is contained in:
2026-08-10 17:56:41 +03:00
parent 5ec033a21d
commit 50201542da
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -3,7 +3,6 @@ from uuid import UUID
from sqlalchemy import and_, not_, select, update
from sqlalchemy.ext.asyncio import async_sessionmaker
from sqlalchemy.orm import sessionmaker
from src.models.database_models.model import RefreshTokens, engine
from src.models.pydantic_models.model import RefreshTokensOut