difftreelog
fix remove unused imports
in: master
1 file changed
tests/src/getPropertiesRpc.test.tsdiffbeforeafterboth15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.161617import {IKeyringPair} from '@polkadot/types/types';17import {IKeyringPair} from '@polkadot/types/types';18import {itSub, Pallets, requirePalletsOrSkip, usingPlaygrounds, expect} from './util/playgrounds';18import {itSub, usingPlaygrounds, expect} from './util/playgrounds';19import {UniqueHelper, UniqueBaseCollection, UniqueNFTCollection, UniqueNFToken} from './util/playgrounds/unique';19import {UniqueHelper, UniqueNFTCollection} from './util/playgrounds/unique';202021const collectionProps = [21const collectionProps = [22 {key: 'col-0', value: 'col-0-value'},22 {key: 'col-0', value: 'col-0-value'},