From 71aeb7cddcd2a1faf7a4dc46d828ad8471019f37 Mon Sep 17 00:00:00 2001
From: Steve Klebanoff <steve.klebanoff@gmail.com>
Date: Thu, 15 Nov 2018 11:35:47 -0800
Subject: Linting

---
 packages/instant/src/components/zero_ex_instant_container.tsx | 1 -
 packages/instant/src/components/zero_ex_instant_provider.tsx  | 2 +-
 packages/instant/src/redux/analytics_middleware.ts            | 1 -
 packages/instant/src/redux/store.ts                           | 2 +-
 packages/instant/src/util/heap.ts                             | 1 -
 5 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/packages/instant/src/components/zero_ex_instant_container.tsx b/packages/instant/src/components/zero_ex_instant_container.tsx
index 8c3bdc6b6..698bfef17 100644
--- a/packages/instant/src/components/zero_ex_instant_container.tsx
+++ b/packages/instant/src/components/zero_ex_instant_container.tsx
@@ -10,7 +10,6 @@ import { SelectedAssetInstantHeading } from '../containers/selected_asset_instan
 import { ColorOption } from '../style/theme';
 import { zIndex } from '../style/z_index';
 import { OrderProcessState, SlideAnimationState } from '../types';
-import { analytics } from '../util/analytics';
 
 import { CSSReset } from './css_reset';
 import { SlidingPanel } from './sliding_panel';
diff --git a/packages/instant/src/components/zero_ex_instant_provider.tsx b/packages/instant/src/components/zero_ex_instant_provider.tsx
index c187f98ee..cfc542a59 100644
--- a/packages/instant/src/components/zero_ex_instant_provider.tsx
+++ b/packages/instant/src/components/zero_ex_instant_provider.tsx
@@ -12,8 +12,8 @@ import { DEFAULT_STATE, DefaultState, State } from '../redux/reducer';
 import { store, Store } from '../redux/store';
 import { fonts } from '../style/fonts';
 import { AccountState, AffiliateInfo, AssetMetaData, Network, OrderSource } from '../types';
-import { assetUtils } from '../util/asset';
 import { analytics } from '../util/analytics';
+import { assetUtils } from '../util/asset';
 import { errorFlasher } from '../util/error_flasher';
 import { gasPriceEstimator } from '../util/gas_price_estimator';
 import { Heartbeater } from '../util/heartbeater';
diff --git a/packages/instant/src/redux/analytics_middleware.ts b/packages/instant/src/redux/analytics_middleware.ts
index 01be9b988..2b3ebf529 100644
--- a/packages/instant/src/redux/analytics_middleware.ts
+++ b/packages/instant/src/redux/analytics_middleware.ts
@@ -1,4 +1,3 @@
-import { ObjectMap } from '@0x/types';
 import { Web3Wrapper } from '@0x/web3-wrapper';
 import * as _ from 'lodash';
 import { Middleware } from 'redux';
diff --git a/packages/instant/src/redux/store.ts b/packages/instant/src/redux/store.ts
index 54dfe58c4..11bba3876 100644
--- a/packages/instant/src/redux/store.ts
+++ b/packages/instant/src/redux/store.ts
@@ -1,6 +1,6 @@
 import * as _ from 'lodash';
 import { applyMiddleware, createStore, Store as ReduxStore } from 'redux';
-import { composeWithDevTools, devToolsEnhancer } from 'redux-devtools-extension/developmentOnly';
+import { composeWithDevTools } from 'redux-devtools-extension/developmentOnly';
 
 import { analyticsMiddleware } from './analytics_middleware';
 import { createReducer, State } from './reducer';
diff --git a/packages/instant/src/util/heap.ts b/packages/instant/src/util/heap.ts
index 2f2c221b1..6d3c75ea7 100644
--- a/packages/instant/src/util/heap.ts
+++ b/packages/instant/src/util/heap.ts
@@ -1,5 +1,4 @@
 import { ObjectMap } from '@0x/types';
-import { logUtils } from '@0x/utils';
 
 import { HEAP_ANALYTICS_DEVELOPMENT_APP_ID } from '../constants';
 
-- 
cgit v1.2.3