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

@@ -201,7 +201,10 @@ class SoundRepository(BaseRepository[Sound]):
)
raise
async def get_soundboard_statistics(self, sound_type: str = "SDB") -> dict[str, int | float]:
async def get_soundboard_statistics(
self,
sound_type: str = "SDB",
) -> dict[str, int | float]:
"""Get statistics for sounds of a specific type."""
try:
statement = select(