refactor: Improve code readability by formatting function signatures and descriptions
Some checks failed
Backend CI / lint (push) Failing after 9s
Backend CI / test (push) Failing after 1m29s

This commit is contained in:
JSC
2025-10-04 22:27:12 +02:00
parent 12243b1424
commit c9f6bff723
4 changed files with 130 additions and 85 deletions

View File

@@ -63,7 +63,10 @@ async def get_top_users(
metric_type: Annotated[
str,
Query(
description="Metric type: sounds_played, credits_used, tracks_added, tts_added, playlists_created",
description=(
"Metric type: sounds_played, credits_used, tracks_added, "
"tts_added, playlists_created"
),
),
],
period: Annotated[