Adjusted files for isort & autopep

This commit is contained in:
creyD
2024-11-24 17:03:03 +00:00
committed by github-actions[bot]
parent 5efed5399b
commit 33bdeb12a0
2 changed files with 0 additions and 4 deletions

View File

@@ -1,7 +1,5 @@
import os
from typing import AsyncGenerator
from dotenv import load_dotenv
from sqlalchemy.ext.asyncio import AsyncSession, create_async_engine
from sqlalchemy.orm import sessionmaker

View File

@@ -1,7 +1,5 @@
import os
from typing import Generator
from dotenv import load_dotenv
from sqlalchemy import create_engine
from sqlalchemy.orm import sessionmaker
from sqlalchemy.orm.session import Session