Skip to content

Commit

Permalink
fix: add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
evilrobot-01 committed Mar 7, 2024
1 parent 101c759 commit c4fdf0f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions runtime/src/extensions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ use pop_api_primitives::{
};
use sp_core::crypto::UncheckedFrom;
use sp_runtime::{traits::Dispatchable, DispatchError};
use sp_std::vec::Vec;

const LOG_TARGET: &str = "pop-api::extension";

Expand Down

0 comments on commit c4fdf0f

Please sign in to comment.