Skip to content

Commit 2874d95

Browse files
committed
Lint
1 parent 15b1096 commit 2874d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/src/precompiles/staking.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ use pallet_evm::{
3131
ExitError, ExitSucceed, PrecompileFailure, PrecompileHandle, PrecompileOutput, PrecompileResult,
3232
};
3333
use sp_core::crypto::Ss58Codec;
34-
use sp_core::{H256, U256};
34+
use sp_core::U256;
3535
use sp_runtime::traits::Dispatchable;
3636
use sp_runtime::traits::{BlakeTwo256, StaticLookup, UniqueSaturatedInto};
3737
use sp_runtime::AccountId32;

0 commit comments

Comments
 (0)