From c8f3a189a783c3e989d017f6c2f5a6769fa1b633 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/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