Remove unused import
This commit is contained in:
parent
b412c58436
commit
4aef331886
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user