Skip to content

Commit 323d553

Browse files
committed
Add changes to API
1 parent af9608e commit 323d553

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

app/core/database.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
from sqlalchemy import create_engine
2-
from fastapi import Depends, HTTPException
3-
from sqlalchemy.orm import sessionmaker, Session
4-
from typing import List, Annotated
5-
from sqlalchemy.ext.declarative import declarative_base
2+
from sqlalchemy.orm import sessionmaker
63
from sqlalchemy_utils import create_database, database_exists
7-
from app.models import Base, Database
4+
from app.models import Base
85
import os
96
import settings
107

0 commit comments

Comments
 (0)