mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-17 02:38:18 -07:00
refactor: remove unused imports
This commit is contained in:
parent
4c98079c4c
commit
fa7612f069
@ -5,7 +5,7 @@ use std::{
|
||||
};
|
||||
|
||||
use crate::{utils, ConduitResult, Database, Error, Ruma};
|
||||
use log::{debug, warn};
|
||||
use log::warn;
|
||||
use rocket::{delete, get, options, post, put, State};
|
||||
use ruma::{
|
||||
api::client::{
|
||||
@ -46,7 +46,7 @@ use ruma::{
|
||||
thirdparty::get_protocols,
|
||||
to_device::{self, send_event_to_device},
|
||||
typing::create_typing_event,
|
||||
uiaa::{AuthFlow, UiaaInfo, UiaaResponse},
|
||||
uiaa::{AuthFlow, UiaaInfo},
|
||||
user_directory::search_users,
|
||||
},
|
||||
unversioned::get_supported_versions,
|
||||
|
@ -1,5 +1,4 @@
|
||||
use crate::{Error, Result};
|
||||
use log::debug;
|
||||
use ruma::{
|
||||
api::client::{
|
||||
error::ErrorKind,
|
||||
|
Loading…
Reference in New Issue
Block a user