Skip to content

Commit

Permalink
Fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Mar 2, 2023
1 parent f8eb7cf commit 71c2ff1
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions packages/hardhat-etherscan/test/integration/PluginTests.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 71c2ff1

Please sign in to comment.