Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Sep 26, 2024
1 parent 42bb55d commit 9654c8a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pallets/subtensor/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ use sp_runtime::{
transaction_validity::{TransactionValidity, TransactionValidityError},
DispatchError,
};
use sp_std::vec;
use sp_std::{marker::PhantomData, vec::Vec};

// ============================
Expand Down Expand Up @@ -72,6 +71,7 @@ pub mod pallet {
use frame_system::pallet_prelude::*;
use sp_core::H256;
use sp_runtime::traits::{Dispatchable, TrailingZeroInput};
use sp_std::vec;

#[cfg(not(feature = "std"))]
use alloc::boxed::Box;
Expand Down Expand Up @@ -1579,6 +1579,7 @@ where
}

use subtensor_macros::freeze_struct;
use sp_std::vec;

/// Trait for managing a membership pallet instance in the runtime
pub trait MemberManagement<AccountId> {
Expand Down

0 comments on commit 9654c8a

Please sign in to comment.