Skip to content

Commit c7d4149

Browse files
committed
Fix unused import
1 parent d0173f0 commit c7d4149

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/GPv2Signing/DomainSeparator.t.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import {Helper} from "./Helper.sol";
55

66
import {Harness, Helper} from "./Helper.sol";
77
import {Eip712} from "test/libraries/Eip712.sol";
8-
import {Order as OrderLib} from "test/libraries/Order.sol";
98

109
contract DomainSeparator is Helper {
1110
function test_TYPE_HASH_matches_the_EIP_712_order_type_hash() public view {

0 commit comments

Comments
 (0)