Skip to content

Commit

Permalink
Remove unused import (MystenLabs#10450)
Browse files Browse the repository at this point in the history
## Description 

Seeing warnings on latest `main`.

## Test Plan 

n/a

---
If your changes are not user-facing and not a breaking change, you can
skip the following section. Otherwise, please indicate what changed, and
then add to the Release Notes section as highlighted during the release
process.

### Type of Change (Check all that apply)

- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
mwtian authored Apr 5, 2023
1 parent 5c5ee87 commit 2c7f213
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
use anyhow::{bail, Result};
use ed25519_dalek::{
ed25519::signature::Signature, PublicKey as Ed25519PublicKey, Signature as Ed25519Signature,
PublicKey as Ed25519PublicKey, Signature as Ed25519Signature,
PUBLIC_KEY_LENGTH as ED25519_PUBLIC_KEY_LENGTH, SIGNATURE_LENGTH as ED25519_SIGNATURE_LENGTH,
};
use sha2::{Digest, Sha256};
Expand Down

0 comments on commit 2c7f213

Please sign in to comment.