Skip to content

Commit 323e08c

Browse files
committed
chore(sdk): Remove a useless import.
1 parent 6310f95 commit 323e08c

File tree

1 file changed

+1
-1
lines changed
  • crates/matrix-sdk/src/event_cache/room

1 file changed

+1
-1
lines changed

crates/matrix-sdk/src/event_cache/room/events.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ pub use matrix_sdk_base::event_cache::{Event, Gap};
1919
use matrix_sdk_base::{
2020
apply_redaction,
2121
event_cache::store::DEFAULT_CHUNK_CAPACITY,
22-
linked_chunk::{ChunkContent, LinkedChunkBuilder, LinkedChunkBuilderError, RawChunk},
22+
linked_chunk::{LinkedChunkBuilder, LinkedChunkBuilderError, RawChunk},
2323
};
2424
use matrix_sdk_common::linked_chunk::{
2525
AsVector, Chunk, ChunkIdentifier, EmptyChunk, Error, Iter, IterBackward, LinkedChunk,

0 commit comments

Comments
 (0)