From fefb64442a5b288020c6523de4093fc3f7e43f37 Mon Sep 17 00:00:00 2001 From: Steve Klebanoff Date: Wed, 24 Oct 2018 09:04:10 -0700 Subject: Get rid of unused import --- packages/instant/src/redux/actions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/instant/src/redux/actions.ts b/packages/instant/src/redux/actions.ts index 9c084ab3c..5a4099f15 100644 --- a/packages/instant/src/redux/actions.ts +++ b/packages/instant/src/redux/actions.ts @@ -2,7 +2,7 @@ import { BuyQuote } from '@0x/asset-buyer'; import { BigNumber } from '@0x/utils'; import * as _ from 'lodash'; -import { ActionsUnion, AsyncProcessState, OrderState } from '../types'; +import { ActionsUnion, OrderState } from '../types'; export interface PlainAction { type: T; -- cgit