Skip to content

Commit

Permalink
refactor: remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
TarekkMA committed Nov 6, 2024
1 parent 5425f91 commit c16f8e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion node/cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use sp_runtime::{
},
StateVersion,
};
use std::{io::Write, net::SocketAddr};
use std::io::Write;

fn load_spec(
id: &str,
Expand Down
2 changes: 1 addition & 1 deletion runtime/moonbeam/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,7 @@ pub type SlowAdjustingFeeUpdate<R> = TargetedFeeAdjustment<
MaximumMultiplier,
>;

use frame_support::traits::{FindAuthor, IsType};
use frame_support::traits::FindAuthor;
//TODO It feels like this shold be able to work for any T: H160, but I tried for
// embarassingly long and couldn't figure that out.

Expand Down

0 comments on commit c16f8e1

Please sign in to comment.