diff --git a/lib/src/server/http/mod.rs b/lib/src/server/http/mod.rs index aede86fe2..dc7802479 100644 --- a/lib/src/server/http/mod.rs +++ b/lib/src/server/http/mod.rs @@ -4,7 +4,6 @@ use std::{path::PathBuf, sync::Arc, thread}; -use crate::core::runtime; use actix_files as fs; use actix_web::{web, App, HttpResponse, HttpServer, Responder, Result}; use tokio::runtime::Runtime;