refactor: Improve exception handling and logging in authentication and playlist services; enhance code readability and structure
This commit is contained in:
@@ -35,7 +35,7 @@ async def get_sound_repository(
|
||||
|
||||
|
||||
@router.get("/")
|
||||
async def get_sounds(
|
||||
async def get_sounds( # noqa: PLR0913
|
||||
current_user: Annotated[User, Depends(get_current_active_user_flexible)], # noqa: ARG001
|
||||
sound_repo: Annotated[SoundRepository, Depends(get_sound_repository)],
|
||||
types: Annotated[
|
||||
|
||||
Reference in New Issue
Block a user