Skip to content

Commit fac250c

Browse files
committed
remove unused imports from Hardhat config
1 parent 2b85c5a commit fac250c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

hardhat.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
import '@nomiclabs/hardhat-waffle';
22
import '@solidstate/hardhat-4byte-uploader';
33
import '@typechain/hardhat';
4-
import fs from 'fs';
54
import 'hardhat-abi-exporter';
65
import 'hardhat-contract-sizer';
76
import 'hardhat-gas-reporter';
87
import 'hardhat-spdx-license-identifier';
9-
import { task } from 'hardhat/config';
10-
import path from 'path';
118
import 'solidity-coverage';
129

1310
export default {

0 commit comments

Comments
 (0)