From 0a86309263bd68495fcfaf75dfb0d1633316e6cf Mon Sep 17 00:00:00 2001 From: Aleksandar Brayanov Date: Mon, 6 Jan 2025 16:18:48 +0000 Subject: [PATCH] chore: removed unused imports --- chains/orchestrator-relays/runtime/dancelight/src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/chains/orchestrator-relays/runtime/dancelight/src/lib.rs b/chains/orchestrator-relays/runtime/dancelight/src/lib.rs index 865484747..edf2fd69f 100644 --- a/chains/orchestrator-relays/runtime/dancelight/src/lib.rs +++ b/chains/orchestrator-relays/runtime/dancelight/src/lib.rs @@ -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 {