fix imports

This commit is contained in:
Jakub Miazek
2023-09-17 16:01:19 +02:00
parent c4ced870cd
commit 5469121dfe
4 changed files with 3 additions and 12 deletions

View File

@@ -3,10 +3,9 @@ from collections.abc import AsyncGenerator
from sqlalchemy.ext.asyncio import create_async_engine
from sqlalchemy.ext.asyncio import async_sessionmaker
from app import config
from app.config import settings as global_settings
from app.utils.logging import AppLogger
global_settings = config.get_settings()
logger = AppLogger.__call__().get_logger()
engine = create_async_engine(