Skip to content

Commit

Permalink
Remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
HCastano committed Aug 21, 2024
1 parent 47cceff commit 1375a5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pallets/registry/src/tests.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ use sp_runtime::{

use crate as pallet_registry;
use crate::{
mock::*, Error, ModifiableKeys, ProgramInstance, Registered, RegisteredInfo, RegisteredOnChain,
mock::*, Error, ModifiableKeys, ProgramInstance, RegisteredInfo, RegisteredOnChain,
RegisteringDetails, ValidateConfirmRegistered,
};

Expand Down

0 comments on commit 1375a5b

Please sign in to comment.