Skip to content

Commit

Permalink
clippy fix
Browse files Browse the repository at this point in the history
  • Loading branch information
psorinionut committed Jun 5, 2024
1 parent d56ca32 commit 5dc34ef
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions legacy-contracts/simple-lock-legacy/src/proxy_lp.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
multiversx_sc::imports!();
multiversx_sc::derive_imports!();

use crate::locked_token::LockedTokenAttributes;

#[derive(TypeAbi, TopEncode, TopDecode, NestedEncode, NestedDecode, PartialEq, Debug)]
pub struct LpProxyTokenAttributes<M: ManagedTypeApi> {
pub lp_token_id: TokenIdentifier<M>,
Expand Down

0 comments on commit 5dc34ef

Please sign in to comment.