client-api: Fix unused import

This commit is contained in:
Jonas Platte 2021-10-15 21:04:31 +02:00
parent 58cdcae1f9
commit cda6119224
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -1,7 +1,5 @@
//! [POST /_matrix/client/r0/login](https://matrix.org/docs/spec/client_server/r0.6.1#post-matrix-client-r0-login)
use std::borrow::Cow;
use ruma_api::ruma_api;
use ruma_identifiers::{DeviceId, DeviceIdBox, ServerNameBox, UserId};
use ruma_serde::{JsonObject, Outgoing};