diff --git a/packages/hardhat-core/test/builtin-tasks/compile.ts b/packages/hardhat-core/test/builtin-tasks/compile.ts index 4e903b89ee..f07116f21c 100644 --- a/packages/hardhat-core/test/builtin-tasks/compile.ts +++ b/packages/hardhat-core/test/builtin-tasks/compile.ts @@ -19,7 +19,6 @@ import { getAllFilesMatchingSync, getRealPathSync, } from "../../src/internal/util/fs-utils"; -import { HardhatContext } from "../../src/internal/context"; import { getLatestSupportedVersion } from "../internal/hardhat-network/stack-traces/compilers-list"; function assertFileExists(pathToFile: string) {