mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
matrix-sdk: Remove an useless import.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
use mime;
|
||||
use std::{
|
||||
env,
|
||||
fs::File,
|
||||
|
||||
@@ -1952,7 +1952,6 @@ mod test {
|
||||
thirdparty,
|
||||
};
|
||||
use matrix_sdk_test::{test_json, EventBuilder, EventsJson};
|
||||
use mime;
|
||||
use mockito::{mock, Matcher};
|
||||
use serde_json::json;
|
||||
use tempfile::tempdir;
|
||||
|
||||
Reference in New Issue
Block a user