unused import

This commit is contained in:
Toshit Chawda 2024-01-07 16:40:35 -08:00
parent 2da7f9fb38
commit 85cf164de0
No known key found for this signature in database
GPG key ID: 91480ED99E2B3D9D

View file

@ -11,7 +11,7 @@ use hyper::{
};
use hyper_util::rt::TokioIo;
use tokio::net::{TcpListener, TcpStream};
use tokio_native_tls::{native_tls, TlsAcceptor, TlsStream};
use tokio_native_tls::{native_tls, TlsAcceptor};
use tokio_util::codec::{BytesCodec, Framed};
type HttpBody = http_body_util::Empty<hyper::body::Bytes>;