Skip to content

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Aug 19, 2024
1 parent c8a2f4d commit f10cc2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openmls/src/group/core_group/staged_commit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ use self::public_group::staged_commit::PublicStagedCommitState;

use super::{super::errors::*, proposals::ProposalStore, *};
use crate::{
ciphersuite::Secret, framing::mls_auth_content::AuthenticatedContent,
ciphersuite::hash_ref::ProposalRef, ciphersuite::Secret,
framing::mls_auth_content::AuthenticatedContent,
treesync::node::encryption_keys::EncryptionKeyPair,
};

Expand Down

0 comments on commit f10cc2e

Please sign in to comment.