Skip to content

Commit

Permalink
Remove redundant line
Browse files Browse the repository at this point in the history
  • Loading branch information
ahdamin committed Oct 9, 2024
1 parent 67b70d4 commit 0f66501
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion genotype_api/database/database.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,3 @@ async def drop_all_tables():
"""Drop all tables in the database."""
async with engine.begin() as conn:
await conn.run_sync(Base.metadata.drop_all)
await conn.run_sync(Base.metadata.drop_all)

0 comments on commit 0f66501

Please sign in to comment.