fix: lint fixes

This commit is contained in:
asiaziola
2022-06-14 17:07:14 +02:00
parent a4dbb1ecc5
commit 40214c7f0d
3 changed files with 11 additions and 6 deletions

View File

@@ -8,7 +8,14 @@ import {
StateEvaluator
} from '@warp/core';
import Arweave from 'arweave';
import { Contract, HandlerBasedContract, CreateContract, DefaultCreateContract, PstContract, PstContractImpl } from '@warp/contract';
import {
Contract,
HandlerBasedContract,
CreateContract,
DefaultCreateContract,
PstContract,
PstContractImpl
} from '@warp/contract';
import { GQLNodeInterface } from '@warp/legacy';
/**