Skip to content

Commit

Permalink
unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Jul 23, 2024
1 parent 1b81852 commit 6ea19ee
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1487,11 +1487,7 @@ mod tests {
use tokio::{sync::Notify, time::error::Elapsed};
use xmtp_cryptography::{signature::RecoverableSignature, utils::rng};
use xmtp_id::associations::generate_inbox_id;
use xmtp_mls::{
groups::{group_permissions::PolicySet, PreconfiguredPolicies},
storage::EncryptionKey,
InboxOwner,
};
use xmtp_mls::{storage::EncryptionKey, InboxOwner};

#[derive(Clone)]
pub struct LocalWalletInboxOwner {
Expand Down

0 comments on commit 6ea19ee

Please sign in to comment.