Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
avdb13 committed Feb 23, 2024
1 parent 0c1a6c5 commit 78cab2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/test/src/matrix/room_admin.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#[cfg(test)]
mod tests {
use std::{thread, time::Duration};
use std::time::Duration;

use futures::{future, TryFutureExt};
use matrix::{
admin::resources::room::{ListRoomQuery, MessagesQuery, RoomService as AdminRoomService},
ruma_common::{RoomId, ServerName},
ruma_events::{room::name::OriginalRoomNameEvent, AnyTimelineEvent, TimelineEventType},
ruma_events::TimelineEventType,
};

use tokio::sync::OnceCell;
Expand Down

0 comments on commit 78cab2f

Please sign in to comment.