crypto: Remove an unused import.

This commit is contained in:
Damir Jelić 2020-08-11 09:48:01 +02:00
parent 2b78f05aad
commit c15ffb989a

View file

@ -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()