Skip to content

Commit

Permalink
chore: fix solhint
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed Sep 15, 2024
1 parent aa0b0f1 commit f7ce0a7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions test/e2e/BuyEth.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,7 @@ import {IERC20} from "src/contracts/interfaces/IERC20.sol";
import {GPv2Transfer} from "src/contracts/libraries/GPv2Transfer.sol";

import {
GPv2Interaction,
GPv2Order,
GPv2Signing,
GPv2Trade,
SettlementEncoder
GPv2Interaction, GPv2Order, GPv2Signing, SettlementEncoder
} from "test/libraries/encoders/SettlementEncoder.sol";
import {Registry, TokenRegistry} from "test/libraries/encoders/TokenRegistry.sol";

Expand Down

0 comments on commit f7ce0a7

Please sign in to comment.