Skip to content

Commit 45b81dd

Browse files
committed
Fix linter
1 parent ae6a6b1 commit 45b81dd

File tree

1 file changed

+1
-4
lines changed
  • packages/hardhat-core/test/internal/hardhat-network/stack-traces

1 file changed

+1
-4
lines changed

packages/hardhat-core/test/internal/hardhat-network/stack-traces/execution.ts

+1-4
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,7 @@ import {
1111
MempoolOrder,
1212
TracingConfig,
1313
} from "../../../../src/internal/hardhat-network/provider/node-types";
14-
import {
15-
EdrProviderWrapper,
16-
getNodeConfig,
17-
} from "../../../../src/internal/hardhat-network/provider/provider";
14+
import { EdrProviderWrapper } from "../../../../src/internal/hardhat-network/provider/provider";
1815
import { VMTracer } from "../../../../src/internal/hardhat-network/stack-traces/vm-tracer";
1916
import { LoggerConfig } from "../../../../src/internal/hardhat-network/provider/modules/logger";
2017

0 commit comments

Comments
 (0)