Remove more reduntant imports
This commit is contained in:
parent
eb7c85325a
commit
c40735c3e8
@ -349,11 +349,9 @@ mod tests {
|
|||||||
pub mod create {
|
pub mod create {
|
||||||
use std::convert::TryFrom;
|
use std::convert::TryFrom;
|
||||||
|
|
||||||
use http::{self, header::CONTENT_TYPE, method::Method};
|
use http::{header::CONTENT_TYPE, method::Method};
|
||||||
use percent_encoding;
|
|
||||||
use ruma_identifiers::{RoomAliasId, RoomId};
|
use ruma_identifiers::{RoomAliasId, RoomId};
|
||||||
use serde::{de::IntoDeserializer, Deserialize, Serialize};
|
use serde::{de::IntoDeserializer, Deserialize, Serialize};
|
||||||
use serde_json;
|
|
||||||
|
|
||||||
use crate::{Endpoint, FromHttpError, IntoHttpError, Metadata, Outgoing};
|
use crate::{Endpoint, FromHttpError, IntoHttpError, Metadata, Outgoing};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user