Update app/db.py
Browse files
app/db.py
CHANGED
@@ -68,7 +68,7 @@ async def disconnect() -> None:
|
|
68 |
|
69 |
|
70 |
from typing import AsyncGenerator
|
71 |
-
|
72 |
from fastapi import Depends
|
73 |
from fastapi_users.db import SQLAlchemyBaseUserTableUUID, SQLAlchemyUserDatabase
|
74 |
from sqlalchemy.ext.asyncio import AsyncSession, async_sessionmaker, create_async_engine
|
|
|
68 |
|
69 |
|
70 |
from typing import AsyncGenerator
|
71 |
+
from sqlalchemy import URL
|
72 |
from fastapi import Depends
|
73 |
from fastapi_users.db import SQLAlchemyBaseUserTableUUID, SQLAlchemyUserDatabase
|
74 |
from sqlalchemy.ext.asyncio import AsyncSession, async_sessionmaker, create_async_engine
|