Skip to content

Commit

Permalink
removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
Fluder-Paradyne committed Jun 1, 2023
1 parent af7c5b3 commit aceb2da
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migrations/versions/44b0d6f2d1b3_init_models.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
conn = op.get_bind()
inspector = Inspector.from_engine(conn)
tables = inspector.get_table_names()
print(tables)

def upgrade() -> None:
# ### commands auto generated by Alembic - please adjust! ###
Expand Down

0 comments on commit aceb2da

Please sign in to comment.