Fix linter issues

This commit is contained in:
Fabio Berger
2019-02-19 23:09:26 -08:00
parent 6b775628d5
commit 26e17074c2
7 changed files with 12 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ import * as artifacts from '@0x/contract-artifacts';
import { assetDataUtils } from '@0x/order-utils';
import { orderFactory } from '@0x/order-utils/lib/src/order_factory';
import { OrderWithoutExchangeAddress, SignedOrder } from '@0x/types';
import { BigNumber, providerUtils } from '@0x/utils';
import { BigNumber } from '@0x/utils';
import { Web3Wrapper } from '@0x/web3-wrapper';
import { SupportedProvider } from 'ethereum-types';
import * as _ from 'lodash';