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 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;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue