From 606c46b09d935a810c4859745725d4db75638833 Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Tue, 13 Dec 2022 14:53:42 +0000 Subject: [PATCH] Fix eslint warnings --- --- a/tests/src/apiConsts.test.ts +++ b/tests/src/apiConsts.test.ts @@ -15,7 +15,6 @@ // along with Unique Network. If not, see . import {ApiPromise} from '@polkadot/api'; -import {ApiBase} from '@polkadot/api/base'; import {usingPlaygrounds, itSub, expect} from './util'; --- a/tests/src/eth/collectionProperties.test.ts +++ b/tests/src/eth/collectionProperties.test.ts @@ -14,7 +14,7 @@ // You should have received a copy of the GNU General Public License // along with Unique Network. If not, see . -import {itEth, usingEthPlaygrounds, expect, EthUniqueHelper} from './util'; +import {itEth, usingEthPlaygrounds, expect} from './util'; import {Pallets} from '../util'; import {IProperty, ITokenPropertyPermission} from '../util/playgrounds/types'; import {IKeyringPair} from '@polkadot/types/types'; --- a/tests/src/eth/tokenProperties.test.ts +++ b/tests/src/eth/tokenProperties.test.ts @@ -16,8 +16,8 @@ import {IKeyringPair} from '@polkadot/types/types'; import {Contract} from 'web3-eth-contract'; -import {itEth, usingEthPlaygrounds, expect, EthUniqueHelper} from './util'; -import {ITokenPropertyPermission, TCollectionMode} from '../util/playgrounds/types'; +import {itEth, usingEthPlaygrounds, expect} from './util'; +import {ITokenPropertyPermission} from '../util/playgrounds/types'; import {Pallets} from '../util'; import {UniqueNFTCollection, UniqueNFToken, UniqueRFTCollection} from '../util/playgrounds/unique'; -- gitstuff