formatting: remove unused import

This commit is contained in:
2024-06-29 12:17:33 +02:00
parent 9671eb7672
commit d2ed1dba66

View File

@@ -30,7 +30,7 @@ use crate::{
instructions::MixerInstruction, instructions::MixerInstruction,
playerctl::{playerctl_next, playerctl_play_pause, playerctl_previous}, playerctl::{playerctl_next, playerctl_play_pause, playerctl_previous},
pulseaudio::{PulseInstruction, SinkInputMixerData}, pulseaudio::{PulseInstruction, SinkInputMixerData},
utils::{get_sink_input_name, percentage_to_total_volume, send_notification, total_volume_to_percentage, volume_to_percentage}, utils::{get_sink_input_name, percentage_to_total_volume, send_notification, volume_to_percentage},
}; };
pub struct Mixer { pub struct Mixer {