events: Remove redundant import

This commit is contained in:
Jonas Platte 2023-10-12 12:36:59 +02:00
parent a9f42be255
commit 6dff2f37d1
No known key found for this signature in database
GPG Key ID: AAA7A61F696C3E0C

View File

@ -351,8 +351,6 @@ fn escape_tags_in_plain_reply_body() {
#[test]
#[cfg(feature = "html")]
fn reply_sanitize() {
use ruma_events::room::message::ForwardThread;
let first_message = OriginalRoomMessageEvent {
content: RoomMessageEventContent::text_html(
"# This is the first message",