Skip to content

Commit a0db2f8

Browse files
committed
Remove unnecessary type
1 parent a6dc797 commit a0db2f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contracts/test/hello_world.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

55
import { expect } from "chai"
6-
import { Contract, Signer } from "ethers"
6+
import { Signer } from "ethers"
77
import { ethers } from "hardhat"
88
import { test } from "@avalabs/subnet-evm-contracts"
99
import { IHelloWorld } from "typechain-types"

0 commit comments

Comments
 (0)