Skip to content

Commit

Permalink
chore: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Aleksandar Brayanov committed Jan 6, 2025
1 parent 1ef85d3 commit 0a86309
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chains/orchestrator-relays/runtime/dancelight/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
// `construct_runtime!` does a lot of recursion and requires us to increase the limit.
#![recursion_limit = "512"]

use frame_support::assert_ok;
use frame_support::storage::{with_storage_layer, with_transaction};
// Fix compile error in impl_runtime_weights! macro
use {
Expand Down

0 comments on commit 0a86309

Please sign in to comment.