Remove unused imports

This commit is contained in:
Leonid Logvinov 2017-05-25 20:11:48 +02:00
parent bc8fc53433
commit b9892c0d49
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -1,10 +1,7 @@
import * as BigNumber from 'bignumber.js';
import * as ethUtil from 'ethereumjs-util';
import * as _ from 'lodash';
import Web3 from 'web3';
import {assert} from './utils/assert';
import {utils} from './utils/utils';
import {ZeroExError} from './types';
import {Web3Wrapper} from './web3_wrapper';
import {ExchangeWrapper} from './contract_wrappers/exchange_wrapper';
import contract = require('truffle-contract');