Remove more reduntant imports

This commit is contained in:
Jonas Platte 2020-02-07 11:47:34 +01:00
parent eb7c85325a
commit c40735c3e8
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -349,11 +349,9 @@ mod tests {
pub mod create {
use std::convert::TryFrom;
use http::{self, header::CONTENT_TYPE, method::Method};
use percent_encoding;
use http::{header::CONTENT_TYPE, method::Method};
use ruma_identifiers::{RoomAliasId, RoomId};
use serde::{de::IntoDeserializer, Deserialize, Serialize};
use serde_json;
use crate::{Endpoint, FromHttpError, IntoHttpError, Metadata, Outgoing};