cleanup
This commit is contained in:
parent
97bef2c98a
commit
bf5d80bbb3
@ -9,11 +9,7 @@ from typing import AsyncGenerator, Optional
|
||||
|
||||
from fastapi import Depends, HTTPException, status
|
||||
from fastapi.security import HTTPAuthorizationCredentials, HTTPBearer
|
||||
|
||||
try:
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
except ImportError:
|
||||
AsyncSession = None
|
||||
from sqlalchemy.ext.asyncio import AsyncSession
|
||||
|
||||
from src.config.settings import settings
|
||||
from src.core.SeriesApp import SeriesApp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user