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,12 +1,12 @@
import { assert } from '@0xproject/assert';
import {
ContractWrappers,
ContractWrappersConfig,
EtherTokenWrapper,
ExchangeWrapper,
TokenRegistryWrapper,
TokenTransferProxyWrapper,
TokenWrapper,
ContractWrappersConfig,
} from '@0xproject/contract-wrappers';
import {
generatePseudoRandomSalt,

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';