Browse Source

fix: delete import of stale task in "hardhat.config.ts"

Paul Razvan Berg 3 years ago
parent
commit
dcc6ab0681
1 changed files with 0 additions and 1 deletions
  1. 0 1
      hardhat.config.ts

+ 0 - 1
hardhat.config.ts

@@ -4,7 +4,6 @@ import "hardhat-gas-reporter";
 import "solidity-coverage";
 
 import "./tasks/accounts";
-import "./tasks/clean";
 import "./tasks/deploy";
 
 import { resolve } from "path";