Remove unused import

This commit is contained in:
Jonas Platte 2020-02-09 22:03:57 +01:00
parent b412c58436
commit 4aef331886
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -98,7 +98,7 @@ use hyper::{client::HttpConnector, Client as HyperClient, Uri};
#[cfg(feature = "hyper-tls")]
use hyper_tls::HttpsConnector;
use ruma_api::{
error::{FromHttpRequestError, FromHttpResponseError, IntoHttpError},
error::{FromHttpRequestError, FromHttpResponseError},
Endpoint, Outgoing,
};
use ruma_identifiers::DeviceId;