mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-07 15:33:45 -04:00
crypto: Remove an unused import.
This commit is contained in:
@@ -827,7 +827,7 @@ mod test {
|
||||
identifiers::{DeviceId, UserId},
|
||||
};
|
||||
|
||||
use super::{Accepted, Canceled, Created, SasState, Started};
|
||||
use super::{Accepted, Created, SasState, Started};
|
||||
|
||||
fn alice_id() -> UserId {
|
||||
UserId::try_from("@alice:example.org").unwrap()
|
||||
|
||||
Reference in New Issue
Block a user