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 futures::stream::StreamExt;
use std::{ use std::{collections::HashMap, time::SystemTime};
collections::HashMap,
fmt::Display,
time::{SystemTime, UNIX_EPOCH},
};
use upower_dbus::{BatteryLevel, DeviceProxy, UPowerProxy}; use upower_dbus::{BatteryLevel, DeviceProxy, UPowerProxy};
use zbus::zvariant::OwnedObjectPath; use zbus::zvariant::OwnedObjectPath;