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 Aug 12, 2024
1 parent 3c6a0df commit 7644dbf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/usecases/aggregate_score_stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ async def total_scores_set() -> int:
SELECT count(*)
FROM {table}
""",
) or 0
)
or 0
for table in ("scores", "scores_relax", "scores_ap")
],
)

0 comments on commit 7644dbf

Please sign in to comment.