Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jc2k committed Jan 9, 2025
1 parent e40fa64 commit cdcd173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion music_assistant/providers/airplay/provider.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
CONF_ENTRY_SYNC_ADJUST,
create_sample_rates_config_entry,
)
from music_assistant.helpers.ffmpeg import get_ffmpeg_stream
from music_assistant.helpers.datetime import utc
from music_assistant.helpers.ffmpeg import get_ffmpeg_stream
from music_assistant.helpers.process import check_output
from music_assistant.helpers.util import TaskManager, get_ip_pton, lock, select_free_port
from music_assistant.models.player_provider import PlayerProvider
Expand Down

0 comments on commit cdcd173

Please sign in to comment.