matrix-sdk: Remove an unused import.

This commit is contained in:
Damir Jelić 2020-12-01 15:08:53 +01:00
parent 50bd408d48
commit 4800e80492

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,