Skip to content

Commit

Permalink
fixing clippy import issues
Browse files Browse the repository at this point in the history
  • Loading branch information
vivek-arte committed Jun 18, 2023
1 parent e04ca14 commit 1c6c2bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/issuance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -599,13 +599,13 @@ mod tests {
IssueActionPreviouslyFinalizedAssetBase, IssueBundleIkMismatchAssetBase,
IssueBundleInvalidSignature, WrongAssetDescSize,
};
use crate::issuance::{verify_issue_bundle, IssueAction, IssueAuth, Signed, Unauthorized};
use crate::issuance::{verify_issue_bundle, IssueAction, Signed, Unauthorized};
use crate::keys::{
FullViewingKey, IssuanceAuthorizingKey, IssuanceValidatingKey, Scope, SpendingKey,
};
use crate::note::{AssetBase, Nullifier};
use crate::value::{NoteValue, ValueSum};
use crate::{bundle, Address, Note};
use crate::{Address, Note};
use group::{Group, GroupEncoding};
use nonempty::NonEmpty;
use pasta_curves::pallas;
Expand Down

0 comments on commit 1c6c2bf

Please sign in to comment.