Skip to content

Commit

Permalink
Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gupnik committed Jul 16, 2024
1 parent d512c41 commit 9978b3d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions substrate/frame/support/src/tests/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
// limitations under the License.

use super::*;
use frame_support_procedural::import_section;
use sp_io::{MultiRemovalResults, TestExternalities};
use sp_metadata_ir::{
PalletStorageMetadataIR, StorageEntryMetadataIR, StorageEntryModifierIR, StorageEntryTypeIR,
Expand All @@ -28,7 +27,6 @@ pub use self::frame_system::{pallet_prelude::*, Config, Pallet};

mod storage_alias;

#[import_section(tasks::tasks_example)]
#[pallet]
pub mod frame_system {
#[allow(unused)]
Expand Down

0 comments on commit 9978b3d

Please sign in to comment.