From d59662d61f76c09a23689bd4411f955e4c312e01 Mon Sep 17 00:00:00 2001 From: Daniel Shiposha Date: Fri, 30 Sep 2022 09:17:56 +0000 Subject: [PATCH] fix: remove unused imports --- --- a/tests/src/getPropertiesRpc.test.ts +++ b/tests/src/getPropertiesRpc.test.ts @@ -15,8 +15,8 @@ // along with Unique Network. If not, see . import {IKeyringPair} from '@polkadot/types/types'; -import {itSub, Pallets, requirePalletsOrSkip, usingPlaygrounds, expect} from './util/playgrounds'; -import {UniqueHelper, UniqueBaseCollection, UniqueNFTCollection, UniqueNFToken} from './util/playgrounds/unique'; +import {itSub, usingPlaygrounds, expect} from './util/playgrounds'; +import {UniqueHelper, UniqueNFTCollection} from './util/playgrounds/unique'; const collectionProps = [ {key: 'col-0', value: 'col-0-value'}, -- gitstuff