formatting: removed unused import

This commit is contained in:
2024-06-29 13:06:09 +02:00
parent 7b1ba23754
commit fa5c1c53f1

View File

@@ -31,8 +31,8 @@ use crate::{
playerctl::{playerctl_next, playerctl_play_pause, playerctl_previous}, playerctl::{playerctl_next, playerctl_play_pause, playerctl_previous},
pulseaudio::{PulseInstruction, SinkInputMixerData}, pulseaudio::{PulseInstruction, SinkInputMixerData},
utils::{ utils::{
get_sink_input_name, percentage_to_total_volume, send_notification, get_sink_input_name, percentage_to_total_volume, send_notification_with_progress,
send_notification_with_progress, volume_to_percentage, volume_to_percentage,
}, },
}; };