Skip to content

Commit

Permalink
staking: remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanor committed Feb 23, 2024
1 parent a274d83 commit 1221e39
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,7 @@ use cnidarium_component::ActionHandler;
use penumbra_num::Amount;

use crate::{
component::{
validator_handler::{ValidatorDataRead, ValidatorManager},
StateWriteExt as _,
},
component::{validator_handler::ValidatorDataRead, StateWriteExt as _},
event,
validator::State::*,
Delegate, StateReadExt as _,
Expand Down

0 comments on commit 1221e39

Please sign in to comment.