Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Brayanov committed Jan 7, 2025
1 parent 73b2878 commit 3116c52
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions pallets/data-preservers/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ mod tests;
#[cfg(any(test, feature = "runtime-benchmarks"))]
mod benchmarks;

#[cfg(feature = "runtime-benchmarks")]
pub use benchmarks::ArgumentFactory;

pub mod weights;
pub use weights::WeightInfo;

Expand Down

0 comments on commit 3116c52

Please sign in to comment.