[Proofs] remove unused imports

This commit is contained in:
Mark Spanbroek 2023-01-09 14:21:23 +01:00 committed by markspanbroek
parent d5d99515fc
commit 154cc00277
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ const {
advanceTime, advanceTime,
advanceTimeTo, advanceTimeTo,
} = require("./evm") } = require("./evm")
const { periodic, hours, minutes } = require("./time") const { periodic } = require("./time")
describe("Proofs", function () { describe("Proofs", function () {
const slotId = hexlify(randomBytes(32)) const slotId = hexlify(randomBytes(32))