Remove unused imports

This commit is contained in:
elkowar 2021-05-09 14:53:44 +02:00
parent 29c741466e
commit fa99408d35
No known key found for this signature in database
GPG key ID: E321AD71B1D1F27F

View file

@ -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::*;