Fix linter issues

This commit is contained in:
fabioberger
2019-11-07 15:03:54 +00:00
parent 3059b85e41
commit 13d47915f4
3 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ import { blockchainTests, chaiSetup, constants } from '@0x/contracts-test-utils'
import { TradeSide, TransferType } from '@0x/order-utils';
import { ExchangeContractErrs } from '@0x/types';
import { BigNumber } from '@0x/utils';
import * as chai from 'chai';
import { ExchangeTransferSimulator } from './utils/exchange_transfer_simulator';
import { SimpleERC20BalanceAndProxyAllowanceFetcher } from './utils/simple_erc20_balance_and_proxy_allowance_fetcher';