Skip to content

Commit

Permalink
add import
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnReedV committed Jun 20, 2024
1 parent 6b00382 commit ed87610
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pallets/subtensor/src/math.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ use sp_std::cmp::Ordering;
use sp_std::vec;
use substrate_fixed::transcendental::{exp, ln};
use substrate_fixed::types::{I32F32, I64F64};
use crate::alloc::borrow::ToOwned;

// TODO: figure out what cfg gate this needs to not be a warning in rustc
#[allow(unused)]
Expand Down

0 comments on commit ed87610

Please sign in to comment.