Skip to content

Commit

Permalink
remove duplicate import
Browse files Browse the repository at this point in the history
  • Loading branch information
camfairchild committed Sep 29, 2024
1 parent 3e83907 commit 2e24677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1038,7 +1038,7 @@ impl pallet_subtensor::Config for Runtime {
type InitialDissolveNetworkScheduleDuration = InitialDissolveNetworkScheduleDuration;
}

use sp_runtime::{AccountId32, BoundedVec};
use sp_runtime::BoundedVec;

pub struct AuraPalletIntrf;
impl pallet_admin_utils::AuraInterface<AuraId, ConstU32<32>> for AuraPalletIntrf {
Expand Down

0 comments on commit 2e24677

Please sign in to comment.