remove unused import

This commit is contained in:
Fabio Berger 2017-05-30 12:48:46 +02:00
parent e2d0fd9cf9
commit f78f3b1bcd

View File

@ -1,5 +1,4 @@
import * as _ from 'lodash';
import * as Web3 from 'web3';
import {Web3Wrapper} from '../web3_wrapper';
import {ECSignature, ZeroExError, ExchangeContract} from '../types';
import {assert} from '../utils/assert';