Fix: lint issue after ruff bump
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 26 Apr 2025 00:19:00 +0000 (02:19 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Sat, 26 Apr 2025 00:19:00 +0000 (02:19 +0200)
music_assistant/controllers/streams.py

index 229cd47200c27af328d17b48f5277f067a14d9b4..3139e0b94b1bb924f9324525da8d841874f7758f 100644 (file)
@@ -53,9 +53,8 @@ from music_assistant.constants import (
     SILENCE_FILE,
     VERBOSE_LOG_LEVEL,
 )
-from music_assistant.helpers.audio import CACHE_FILES_IN_USE
-from music_assistant.helpers.audio import LOGGER as AUDIO_LOGGER
 from music_assistant.helpers.audio import (
+    CACHE_FILES_IN_USE,
     crossfade_pcm_parts,
     get_chunksize,
     get_media_stream,
@@ -63,6 +62,7 @@ from music_assistant.helpers.audio import (
     get_silence,
     get_stream_details,
 )
+from music_assistant.helpers.audio import LOGGER as AUDIO_LOGGER
 from music_assistant.helpers.ffmpeg import LOGGER as FFMPEG_LOGGER
 from music_assistant.helpers.ffmpeg import check_ffmpeg_version, get_ffmpeg_stream
 from music_assistant.helpers.util import (