Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Ank4n committed Apr 9, 2024
1 parent 1a7446e commit a48b651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion substrate/frame/delegated-staking/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ use frame_support::{
},
Balanced, Inspect as FunInspect, Mutate as FunMutate,
},
tokens::{fungible::Credit, Fortitude, Precision, Preservation},
tokens::{fungible::Credit, Precision, Preservation},
Defensive, DefensiveOption, Imbalance, OnUnbalanced,
},
};
Expand Down

0 comments on commit a48b651

Please sign in to comment.