Skip to content

Commit

Permalink
chore: Remove unused imports.
Browse files Browse the repository at this point in the history
  • Loading branch information
Hywan committed Feb 1, 2024
1 parent 37daefd commit 0805f65
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions crates/matrix-sdk-ui/src/room_list_service/room.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ use std::{ops::Deref, sync::Arc};

use async_once_cell::OnceCell as AsyncOnceCell;
use matrix_sdk::{SlidingSync, SlidingSyncRoom};
use ruma::{
api::client::sync::sync_events::{v4::RoomSubscription, UnreadNotificationsCount},
RoomId,
};
use ruma::{api::client::sync::sync_events::v4::RoomSubscription, RoomId};

use super::Error;
use crate::{
Expand Down
2 changes: 1 addition & 1 deletion crates/matrix-sdk/src/sliding_sync/room.rs
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ mod tests {
use matrix_sdk_test::async_test;
use ruma::{
api::client::sync::sync_events::v4, assign, events::room::message::RoomMessageEventContent,
mxc_uri, room_id, serde::Raw, uint, JsOption, RoomId,
mxc_uri, room_id, serde::Raw, JsOption, RoomId,
};
use serde_json::json;
use wiremock::MockServer;
Expand Down

0 comments on commit 0805f65

Please sign in to comment.