Skip to content

Commit

Permalink
fix: lint run
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Jul 9, 2024
1 parent 3e5bfea commit 68e8368
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/contracts/BCoWHelper.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ import {IBCoWPool} from 'interfaces/IBCoWPool.sol';
import {IBFactory} from 'interfaces/IBFactory.sol';

import {ICOWAMMPoolHelper} from '@cow-amm/interfaces/ICOWAMMPoolHelper.sol';

import {IERC20} from '@cowprotocol/interfaces/IERC20.sol';
import {GPv2Interaction} from '@cowprotocol/libraries/GPv2Interaction.sol';
import {GPv2Order} from '@cowprotocol/libraries/GPv2Order.sol';
import {IERC20} from '@cowprotocol/interfaces/IERC20.sol';

// TODO: vendor from cow-amm
import {GetTradeableOrder} from 'libraries/GetTradeableOrder.sol';
Expand Down

0 comments on commit 68e8368

Please sign in to comment.