Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Sep 19, 2024
1 parent 542c89e commit f645dbd
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,8 @@ use sp_runtime::{
transaction_validity::{TransactionValidity, TransactionValidityError},
DispatchError,
};
use sp_std::{marker::PhantomData, vec, vec::Vec};
use sp_std::vec;
use sp_std::{marker::PhantomData, vec::Vec};

// ============================
// ==== Benchmark Imports =====
Expand Down

0 comments on commit f645dbd

Please sign in to comment.