Skip to content

Commit

Permalink
Merge pull request #36 from ngutech21/fix-clippy
Browse files Browse the repository at this point in the history
fix: clippy
  • Loading branch information
thesimplekid authored Nov 6, 2023
2 parents f4d0160 + 48ac01a commit 836c912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cashu-sdk/src/client/blocking.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use cashu::nuts::nut00::wallet::BlindedMessages;
use cashu::nuts::nut00::{self, BlindedMessage, Proof};
use cashu::nuts::nut00::{BlindedMessage, Proof};
use cashu::nuts::nut01::Keys;
use cashu::nuts::nut02;
use cashu::nuts::nut03::RequestMintResponse;
Expand Down

0 comments on commit 836c912

Please sign in to comment.