matrix-sdk: Remove an useless import.

master
Damir Jelić 2020-10-13 11:20:43 +02:00
parent 41b3b0651f
commit e737200fbe
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
use mime;
use std::{ use std::{
env, env,
fs::File, fs::File,

View File

@ -1952,7 +1952,6 @@ mod test {
thirdparty, thirdparty,
}; };
use matrix_sdk_test::{test_json, EventBuilder, EventsJson}; use matrix_sdk_test::{test_json, EventBuilder, EventsJson};
use mime;
use mockito::{mock, Matcher}; use mockito::{mock, Matcher};
use serde_json::json; use serde_json::json;
use tempfile::tempdir; use tempfile::tempdir;