Remove unused imports

This commit is contained in:
Ian Douglas Scott 2024-07-26 09:56:57 -07:00 committed by Ian Douglas Scott
parent 10b69b07c2
commit b0e4e6fc6d
3 changed files with 3 additions and 3 deletions

View file

@ -49,7 +49,7 @@ use cosmic::{
rectangle_tracker::{rectangle_tracker_subscription, RectangleTracker, RectangleUpdate}, rectangle_tracker::{rectangle_tracker_subscription, RectangleTracker, RectangleUpdate},
text, Image, text, Image,
}, },
Apply, Command, Element, Theme, Command, Element, Theme,
}; };
use cosmic_app_list_config::{AppListConfig, APP_ID}; use cosmic_app_list_config::{AppListConfig, APP_ID};
use cosmic_protocols::{ use cosmic_protocols::{

View file

@ -23,7 +23,7 @@ use futures::{
}; };
use tokio::process::Command; use tokio::process::Command;
use zbus::{ use zbus::{
zvariant::{self, OwnedValue, Value}, zvariant::{self, Value},
Connection, Connection,
}; };

View file

@ -30,7 +30,7 @@ use cosmic::{
iced_widget::mouse_area, iced_widget::mouse_area,
theme, theme,
widget::{button, divider, horizontal_space, icon, vertical_space, Column}, widget::{button, divider, horizontal_space, icon, vertical_space, Column},
Element, Renderer, Theme, Element, Theme,
}; };
use logind_zbus::{ use logind_zbus::{