This commit is contained in:
Daniel Flanagan 2024-12-27 11:00:09 -06:00
parent 94999fc93c
commit 194099c9ec

View file

@ -1,9 +1,5 @@
use futures::stream::StreamExt;
use std::{
collections::HashMap,
fmt::Display,
time::{SystemTime, UNIX_EPOCH},
};
use std::{collections::HashMap, time::SystemTime};
use upower_dbus::{BatteryLevel, DeviceProxy, UPowerProxy};
use zbus::zvariant::OwnedObjectPath;