From 519f1318c67ca4e40426cc23cce10dbb45985d6a Mon Sep 17 00:00:00 2001 From: Jacob Evans Date: Mon, 20 Nov 2017 11:02:16 +1100 Subject: remove import --- packages/0x.js/src/utils/order_state_utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/0x.js/src/utils/order_state_utils.ts b/packages/0x.js/src/utils/order_state_utils.ts index 6a9a1310c..80ab0de63 100644 --- a/packages/0x.js/src/utils/order_state_utils.ts +++ b/packages/0x.js/src/utils/order_state_utils.ts @@ -17,7 +17,6 @@ import {utils} from '../utils/utils'; import {constants} from '../utils/constants'; import {OrderFilledCancelledLazyStore} from '../stores/order_filled_cancelled_lazy_store'; import {BalanceAndProxyAllowanceLazyStore} from '../stores/balance_proxy_allowance_lazy_store'; -import { TokenTransferProxyWrapper } from '../contract_wrappers/token_transfer_proxy_wrapper'; const ACCEPTABLE_RELATIVE_ROUNDING_ERROR = 0.0001; -- cgit v1.2.3