Skip to content

Commit f519b94

Browse files
committed
tests: removed unused import
1 parent 1a761ca commit f519b94

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk/src/client

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/client/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2589,7 +2589,7 @@ pub(crate) mod tests {
25892589
use std::{sync::Arc, time::Duration};
25902590

25912591
use assert_matches::assert_matches;
2592-
use futures_util::{pin_mut, FutureExt, StreamExt};
2592+
use futures_util::{pin_mut, FutureExt};
25932593
use matrix_sdk_base::{
25942594
store::{MemoryStore, StoreConfig},
25952595
RoomState,

0 commit comments

Comments
 (0)