From 71c2ff127c68d558772f7fd3d63d5a7ff86c9c3f Mon Sep 17 00:00:00 2001 From: Franco Victorio Date: Thu, 2 Mar 2023 10:08:14 +0100 Subject: [PATCH] Fix linter --- packages/hardhat-etherscan/test/integration/PluginTests.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/packages/hardhat-etherscan/test/integration/PluginTests.ts b/packages/hardhat-etherscan/test/integration/PluginTests.ts index 07aee7e6f0..d4c5d642cf 100644 --- a/packages/hardhat-etherscan/test/integration/PluginTests.ts +++ b/packages/hardhat-etherscan/test/integration/PluginTests.ts @@ -9,12 +9,8 @@ import { import { NomicLabsHardhatPluginError } from "hardhat/plugins"; import path from "path"; -import { - TASK_VERIFY_GET_ETHERSCAN_ENDPOINT, - TASK_VERIFY_GET_MINIMUM_BUILD, -} from "../../src/constants"; +import { TASK_VERIFY_GET_MINIMUM_BUILD } from "../../src/constants"; import { deployContract, getRandomString, useEnvironment } from "../helpers"; -import { EtherscanNetworkEntry } from "../../src/types"; // These are skipped because they can't currently be run in CI describe("Plugin integration tests", function () {