Fix linter issues

This commit is contained in:
Fabio Berger
2018-07-11 19:15:39 +02:00
parent df9f6004f2
commit ef76d83d2a
3 changed files with 6 additions and 4 deletions

View File

@@ -2,7 +2,6 @@ import { ContractWrappers } from '@0xproject/contract-wrappers';
import { BlockchainLifecycle } from '@0xproject/dev-utils';
import { BigNumber } from '@0xproject/utils';
import * as chai from 'chai';
import * as _ from 'lodash';
import 'mocha';
import { ERC20TokenApprovalEventArgs, ERC20TokenEvents, LogWithDecodedArgs, ZeroEx } from '../src';