Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Aydawka committed Jun 28, 2024
1 parent 18f5cdd commit af2d5de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def destroy_schema():
if config.FAIRHUB_DATABASE_URL.find("azure") > -1:
return
engine = model.db.session.get_bind()
with engine.begin() as conn:
with engine.begin():
model.db.drop_all()
# conn.execute(text("DROP TABLE IF EXISTS alembic_version"))

Expand Down

0 comments on commit af2d5de

Please sign in to comment.