fix ruff issue
authorjkruszynski <jozef@krush.at>
Mon, 14 Aug 2023 23:14:44 +0000 (00:14 +0100)
committerjkruszynski <jozef@krush.at>
Mon, 14 Aug 2023 23:14:44 +0000 (00:14 +0100)
music_assistant/server/helpers/audio.py

index 590424a281de30e72bc5f621e796c8db79d22ffb..4ef354ecca1ec74a6bf7420803056743e7a76255 100644 (file)
@@ -378,7 +378,7 @@ def create_wave_header(samplerate=44100, channels=2, bitspersample=16, duration=
     return file.getvalue()
 
 
-async def get_media_stream(
+async def get_media_stream(  # noqa: PLR0915
     mass: MusicAssistant,
     streamdetails: StreamDetails,
     pcm_format: AudioFormat,