Skip to content

Commit

Permalink
async-backing feature import fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ozgunozerk committed Oct 22, 2024
1 parent 45d3df0 commit 2bfcd02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions evm-template/runtime/src/configs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,6 @@ use xcm_config::{RelayLocation, XcmOriginToTransactDispatchOrigin};

#[cfg(feature = "runtime-benchmarks")]
use crate::benchmark::{OpenHrmpChannel, PayWithEnsure};
#[cfg(feature = "async-backing")]
use crate::constants::SLOT_DURATION;
use crate::{
constants::{
currency::{deposit, CENTS, EXISTENTIAL_DEPOSIT, GRAND, MICROCENTS},
Expand Down

0 comments on commit 2bfcd02

Please sign in to comment.