Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzamontiel committed Aug 1, 2024
1 parent c12639b commit 596cf5f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion frame/evm/precompile/dispatch/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

//! Test mock for unit tests and benchmarking

use alloc::boxed::Box;
use core::str::FromStr;
use frame_support::{
derive_impl, parameter_types,
Expand Down
1 change: 0 additions & 1 deletion frame/evm/src/mock.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@

//! Test mock for unit tests and benchmarking

use alloc::boxed::Box;
use core::str::FromStr;
use frame_support::{
derive_impl, parameter_types,
Expand Down

0 comments on commit 596cf5f

Please sign in to comment.