refactor: remove dead code and unused imports
This commit is contained in:
parent
0f4667fc47
commit
a046692241
4 changed files with 4 additions and 39 deletions
|
|
@ -11,9 +11,9 @@ use cosmic::{
|
|||
iced_futures::stream,
|
||||
};
|
||||
use cosmic_dbus_a11y::*;
|
||||
use std::{fmt::Debug, hash::Hash};
|
||||
use std::fmt::Debug;
|
||||
use tokio::sync::mpsc::{UnboundedReceiver, UnboundedSender};
|
||||
use zbus::{Connection, Result};
|
||||
use zbus::Connection;
|
||||
|
||||
#[derive(Debug, Clone)]
|
||||
pub enum Update {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue