Skip to content

Commit 3668a75

Browse files
committed
update python_sqlalchemy, add close
1 parent 3a7cb4c commit 3668a75

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

python_sqlalchemy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,3 +183,5 @@ class Role(BaseModel):
183183
except Exception as excep:
184184
session.rollback()
185185
raise
186+
187+
session.close()

0 commit comments

Comments
 (0)