Skip to content

Commit

Permalink
Remove unused using statements
Browse files Browse the repository at this point in the history
  • Loading branch information
barak manos committed Jan 29, 2024
1 parent f8356f4 commit e078f58
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions contracts/carbon/Strategies.sol
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,6 @@ uint8 constant STRATEGY_UPDATE_REASON_TRADE = 1;
abstract contract Strategies is Initializable {
using EnumerableSetUpgradeable for EnumerableSetUpgradeable.UintSet;
using Address for address payable;
using Math for uint256;
using SafeMath for uint256;
using SafeCast for uint256;

error NativeAmountMismatch();
Expand Down

0 comments on commit e078f58

Please sign in to comment.