Merge
This commit is contained in:
parent
94999fc93c
commit
194099c9ec
1 changed files with 1 additions and 5 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue