Skip to content

Commit

Permalink
fix unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
kianenigma committed Jan 16, 2025
1 parent eedd03a commit 33a37e6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion substrate/bin/node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ pub use pallet_balances::Call as BalancesCall;
pub use pallet_staking::StakerStatus;
#[cfg(any(feature = "std", test))]
pub use pallet_sudo::Call as SudoCall;
use sp_keyring;
#[cfg(any(feature = "std", test))]
pub use sp_runtime::BuildStorage;

Expand Down

0 comments on commit 33a37e6

Please sign in to comment.