Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
v9n committed Jul 25, 2023
1 parent 0a7b1a4 commit 1a7fac9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion runtime/neumann/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ use sp_runtime::{
AccountId32, ApplyExtrinsicResult, Percent, RuntimeDebug,
};

use pallet_automation_time::migrations::utils::deprecate::generate_old_task_id;
use sp_std::{cmp::Ordering, prelude::*};
#[cfg(feature = "std")]
use sp_version::NativeVersion;
Expand Down
1 change: 0 additions & 1 deletion runtime/oak/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ use frame_system::{
};
pub use sp_runtime::{Perbill, Permill, Perquintill};

use pallet_automation_time::migrations::utils::deprecate::generate_old_task_id;

#[cfg(any(feature = "std", test))]
pub use pallet_sudo::Call as SudoCall;
Expand Down

0 comments on commit 1a7fac9

Please sign in to comment.