refactor: Improve code readability by formatting function signatures and descriptions
This commit is contained in:
@@ -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[
|
||||
|
||||
Reference in New Issue
Block a user