Merge pull request #2 from nightbug-xx/codex/중복된-sessionlocal-선언-제거
Fix duplicate SessionLocal in database module
This commit is contained in:
commit
75711ab7cb
@ -22,5 +22,3 @@ def get_db():
|
||||
finally:
|
||||
db.close()
|
||||
|
||||
# 세션 클래스 생성
|
||||
SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine)
|
||||
Loading…
x
Reference in New Issue
Block a user