Fix tslint errors

This commit is contained in:
Fabio Berger
2018-05-10 17:55:27 +02:00
parent 0a044199a1
commit 83dd333eba
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
import { ZeroEx, ContractWrappersError } from '0x.js';
import { ContractWrappersError, ZeroEx } from '0x.js';
import { BlockchainLifecycle, devConstants, web3Factory } from '@0xproject/dev-utils';
import { BigNumber, promisify } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';