Skip to content

Commit

Permalink
cleaned up import
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronvoell committed Apr 10, 2024
1 parent 7ed6765 commit 7395004
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openmls/src/group/mls_group/proposal.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
use core_group::create_commit_params::CreateCommitParams;
use openmls_traits::{
key_store::OpenMlsKeyStore, signatures::Signer, types::Ciphersuite, OpenMlsProvider,
};

use super::{
core_group,
core_group::create_commit_params::CreateCommitParams,
errors::{ProposalError, ProposeAddMemberError, ProposeRemoveMemberError},
CreateGroupContextExtProposalError, GroupContextExtensionProposal, MlsGroup, MlsGroupState,
PendingCommitState, Proposal,
Expand Down

0 comments on commit 7395004

Please sign in to comment.