Skip to content

Commit a33a073

Browse files
committed
chore: remove unused imports
1 parent 1f4fd93 commit a33a073

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

server/http/src/server.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use std::net::{Ipv4Addr, SocketAddrV4};
22

3-
use futures::future::{ok, Future};
4-
use hyper::service::{make_service_fn, service_fn};
5-
use hyper::{Body, Method, Request, Response, Server, StatusCode};
3+
use futures::future::Future;
4+
use hyper::service::make_service_fn;
5+
use hyper::Server;
66
use thiserror::Error;
77

88
use crate::service::GraphQLService;

0 commit comments

Comments
 (0)