Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixup imports
Signed-off-by: Oliver Tale-Yazdi <[email protected]>
  • Loading branch information
ggwpez committed Apr 4, 2022
commit 9652f0779d282a8cd387abd2dab4b6c02bba23b2
2 changes: 1 addition & 1 deletion utils/frame/benchmarking-cli/src/shared/weight_params.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ impl WeightParams {
#[cfg(test)]
mod test_weight_params {
use super::WeightParams;
use crate::storage::record::{StatSelect, Stats};
use crate::shared::{StatSelect, Stats};

#[test]
fn calc_weight_works() {
Expand Down