Skip to content

Commit

Permalink
Remove duplicated import
Browse files Browse the repository at this point in the history
  • Loading branch information
fedgiac committed Aug 12, 2024
1 parent c7d4149 commit bc7f235
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/GPv2Signing/DomainSeparator.t.sol
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// SPDX-License-Identifier: LGPL-3.0-or-later
pragma solidity ^0.8;

import {Helper} from "./Helper.sol";

import {Harness, Helper} from "./Helper.sol";
import {Eip712} from "test/libraries/Eip712.sol";

Expand Down

0 comments on commit bc7f235

Please sign in to comment.