crypto: Remove an unused import.

master
Damir Jelić 2020-08-11 09:48:01 +02:00
parent 2b78f05aad
commit c15ffb989a
1 changed files with 1 additions and 1 deletions

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