From 18c626acb2cd9ff4f1996bd692eb00bc5e506e60 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Tue, 11 Oct 2022 18:17:07 +0000 Subject: [PATCH] fix: remove unused import --- --- a/tests/src/eth/scheduling.test.ts +++ b/tests/src/eth/scheduling.test.ts @@ -15,7 +15,6 @@ // along with Unique Network. If not, see . import {expect} from 'chai'; -// import {subToEth} from './util/helpers'; import {EthUniqueHelper, itEth} from './util/playgrounds'; import {Pallets} from '../util/playgrounds'; -- gitstuff