diff --git a/app/core/database.py b/app/core/database.py index 52c84af..a6d47f0 100644 --- a/app/core/database.py +++ b/app/core/database.py @@ -22,5 +22,3 @@ def get_db(): finally: db.close() -# 세션 클래스 생성 -SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine) \ No newline at end of file