Remove unused imports
This commit is contained in:
parent
29c741466e
commit
fa99408d35
1 changed files with 1 additions and 3 deletions
|
@ -1,7 +1,5 @@
|
|||
use crate::{app, config, eww_state::*, ipc_server, script_var_handler, try_logging_errors, util, EwwPaths};
|
||||
use crate::{app, config, eww_state::*, ipc_server, script_var_handler, util, EwwPaths};
|
||||
use anyhow::*;
|
||||
use app::DaemonResponse;
|
||||
use futures_util::StreamExt;
|
||||
use std::{collections::HashMap, os::unix::io::AsRawFd, path::Path};
|
||||
use tokio::sync::mpsc::*;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue