Skip to content

Commit

Permalink
chore: Remove unused imports in public_key.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
zwong91 committed Jun 7, 2024
1 parent a225524 commit a9ea47f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions unc-sdk/src/types/public_key.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
use borsh::{BorshDeserialize, BorshSerialize};
use bs58::decode::Error as B58Error;
use std::{convert::TryFrom, io};
use std::convert::TryFrom;
use unc_sdk_macros::unc;

/// PublicKey curve
Expand Down

0 comments on commit a9ea47f

Please sign in to comment.