From 5ae113b4afc588602cb5a6e01b83b0d9d8ab7535 Mon Sep 17 00:00:00 2001 From: Max Andreev Date: Thu, 16 Feb 2023 11:30:53 +0000 Subject: [PATCH] Fix eslint warning --- --- a/tests/src/benchmarks/utils/common.ts +++ b/tests/src/benchmarks/utils/common.ts @@ -2,7 +2,6 @@ import {ITokenPropertyPermission, TCollectionMode} from '../../util/playgrounds/types'; import {UniqueNFTCollection, UniqueRFTCollection} from '../../util/playgrounds/unique'; import {IKeyringPair} from '@polkadot/types/types'; -import {ContractImports} from '../../eth/util/playgrounds/types'; export const PROPERTIES = Array(40) .fill(0) -- gitstuff