Skip to content

Commit

Permalink
chore: Remove an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
poljar committed May 13, 2024
1 parent 8a975c8 commit c99f665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/matrix-sdk-crypto/src/machine.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2175,7 +2175,7 @@ pub(crate) mod tests {
olm::{
BackedUpRoomKey, ExportedRoomKey, InboundGroupSession, OutboundGroupSession, VerifyJson,
},
store::{BackupDecryptionKey, Changes, CryptoStore, MemoryStore, RoomSettings},
store::{BackupDecryptionKey, Changes, CryptoStore, MemoryStore},
types::{
events::{
room::encrypted::{EncryptedToDeviceEvent, ToDeviceEncryptedEventContent},
Expand Down

0 comments on commit c99f665

Please # to comment.