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 Dec 23, 2024
1 parent 56bdc47 commit 907788b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ussr/app/api/leaderboards.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,9 @@ async def get_leaderboard(
if personal_best:
response_lines.append(
personal_best["score"].osu_string(
user.name, personal_best["rank"], show_pp=leaderboard_pp,
user.name,
personal_best["rank"],
show_pp=leaderboard_pp,
),
)
else:
Expand Down

0 comments on commit 907788b

Please sign in to comment.