Skip to content

Commit

Permalink
clippy fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
CostinCarabas committed Jan 22, 2024
1 parent c031013 commit de9708d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions farm-staking/farm-staking/tests/farm_staking_test.rs
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#![allow(deprecated)]

use multiversx_sc_scenario::{
managed_address, rust_biguint, whitebox_legacy::TxTokenTransfer, DebugApi,
rust_biguint, whitebox_legacy::TxTokenTransfer, DebugApi,
};

pub mod farm_staking_setup;
use farm_staking::{
custom_rewards::{CustomRewardsModule, BLOCKS_IN_YEAR, MAX_PERCENT},
custom_rewards::{BLOCKS_IN_YEAR, MAX_PERCENT},
token_attributes::UnbondSftAttributes,
};
use farm_staking_setup::*;
Expand Down

0 comments on commit de9708d

Please sign in to comment.