Skip to content

Commit

Permalink
refactor: remove unnecessary using directives
Browse files Browse the repository at this point in the history
  • Loading branch information
QGarchery committed Nov 24, 2024
1 parent bbb41ae commit 804d67d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions test/forge/invariant/MorphoDynamicInvariantTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ pragma solidity ^0.8.0;
import "./BaseMorphoInvariantTest.sol";

contract MorphoDynamicInvariantTest is BaseMorphoInvariantTest {
using MathLib for uint256;
using SharesMathLib for uint256;
using MorphoLib for IMorpho;
using MorphoBalancesLib for IMorpho;
using MarketParamsLib for MarketParams;

uint256 internal immutable MIN_PRICE = ORACLE_PRICE_SCALE / 10;
Expand Down
6 changes: 0 additions & 6 deletions test/forge/invariant/MorphoStaticInvariantTest.sol
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ pragma solidity ^0.8.0;
import "./BaseMorphoInvariantTest.sol";

contract MorphoStaticInvariantTest is BaseMorphoInvariantTest {
using MathLib for uint256;
using SharesMathLib for uint256;
using MorphoLib for IMorpho;
using MorphoBalancesLib for IMorpho;
using MarketParamsLib for MarketParams;

/* INVARIANTS */

function invariantHealthy() public {
Expand Down

0 comments on commit 804d67d

Please sign in to comment.