Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh-Cena committed Dec 5, 2024
1 parent 747b851 commit 9af7bd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ferry/database/sync_db_old.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,4 +123,4 @@ def sync_db(tables: dict[str, pd.DataFrame], database_connect_string: str):

result = db_session.execute(text(sql))
for table_counts in result:
print(f"{table_counts[1]:>25} - {table_counts[2]:6} rows")
print(f"{table_counts[1]:>25} - {table_counts[2]:6} rows")

0 comments on commit 9af7bd2

Please sign in to comment.