remove unused import

main
Charlotte Som 2024-11-27 16:26:09 +02:00
parent e9f9e35c9d
commit 9415d90b9f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ use http_body_util::BodyExt;
use hyper::{body::Incoming, Request, Response}; use hyper::{body::Incoming, Request, Response};
use crate::{ use crate::{
http::{body_empty, body_full, ServerResponse}, http::{body_full, ServerResponse},
indexer::index_server, indexer::index_server,
RelayServer, RelayServer,
}; };