Skip to content

Commit

Permalink
remove unused serde::Deserialize import
Browse files Browse the repository at this point in the history
  • Loading branch information
egasimus authored Aug 26, 2024
1 parent 0e88348 commit 1673caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/proof_of_stake/src/parameters.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
use std::str::FromStr;

use borsh::{BorshDeserialize, BorshSerialize};
use serde::{Serialize, Deserialize};
use serde::Serialize;
use namada_core::arith::checked;
use namada_core::dec::Dec;
use namada_core::storage::Epoch;
Expand Down

0 comments on commit 1673caf

Please sign in to comment.