From b9892c0d49076e4a32fdf33d5dc94e1d22cd2725 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 25 May 2017 20:11:48 +0200 Subject: Remove unused imports --- src/ts/0x.js.ts | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ts/0x.js.ts b/src/ts/0x.js.ts index 7025f8804..6d682fc4c 100644 --- a/src/ts/0x.js.ts +++ b/src/ts/0x.js.ts @@ -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'); -- cgit v1.2.3