Remove obsolete imports, improve syntax/formatting

This commit is contained in:
2022-05-01 18:16:03 +02:00
parent 75bcde4f49
commit 9e92fbfa8f
3 changed files with 6 additions and 25 deletions

View File

@@ -1,5 +1,4 @@
const { ethers, upgrades } = require("hardhat");
const path = require("path");
const fileInject = require("./helpers/file_inject.js");