Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 20, 2025
1 parent 5940764 commit 806a9b5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def upgrade() -> None:
# Create new table SQL
create_table_sql = f"""
CREATE TABLE pypi_downloads_new (
{', '.join(columns)}
{", ".join(columns)}
)
"""

Expand Down

0 comments on commit 806a9b5

Please sign in to comment.