Fix linter errors

This commit is contained in:
Leonid Logvinov
2018-01-04 15:12:32 +01:00
parent c49f68ef3e
commit e2ef0c5b94
8 changed files with 8 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import { BigNumber } from '@0xproject/utils';
import { Web3Wrapper } from '@0xproject/web3-wrapper';
import * as _ from 'lodash';
import * as path from 'path';
import * as Web3 from 'web3';