matrix-sdk: Remove an unused import.

master
Damir Jelić 2020-12-01 15:08:53 +01:00
parent 50bd408d48
commit 4800e80492
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
use std::{collections::BTreeMap, io::Write, path::PathBuf};
use std::{
collections::HashMap,
convert::{TryFrom, TryInto},
convert::TryInto,
fmt::{self, Debug},
future::Future,
io::Read,