aboutsummaryrefslogtreecommitdiffstats
path: root/packages
diff options
context:
space:
mode:
authorSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-22 02:54:10 +0800
committerSteve Klebanoff <steve.klebanoff@gmail.com>2018-11-22 02:54:10 +0800
commit93672c01afd19f07daa89934fc8d29caefbec2f6 (patch)
treefa59d1bae0fdd46347c30ecd8298b42081d68d8d /packages
parent921d9d7ed5a549878b3a9130a99b9cbe2ae11903 (diff)
downloaddexon-sol-tools-93672c01afd19f07daa89934fc8d29caefbec2f6.tar
dexon-sol-tools-93672c01afd19f07daa89934fc8d29caefbec2f6.tar.gz
dexon-sol-tools-93672c01afd19f07daa89934fc8d29caefbec2f6.tar.bz2
dexon-sol-tools-93672c01afd19f07daa89934fc8d29caefbec2f6.tar.lz
dexon-sol-tools-93672c01afd19f07daa89934fc8d29caefbec2f6.tar.xz
dexon-sol-tools-93672c01afd19f07daa89934fc8d29caefbec2f6.tar.zst
dexon-sol-tools-93672c01afd19f07daa89934fc8d29caefbec2f6.zip
Linting
Diffstat (limited to 'packages')
-rw-r--r--packages/instant/src/util/buy_quote_updater.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/instant/src/util/buy_quote_updater.ts b/packages/instant/src/util/buy_quote_updater.ts
index 4f97622e1..172b50d2a 100644
--- a/packages/instant/src/util/buy_quote_updater.ts
+++ b/packages/instant/src/util/buy_quote_updater.ts
@@ -1,4 +1,4 @@
-import { AssetBuyer, AssetBuyerError, BuyQuote } from '@0x/asset-buyer';
+import { AssetBuyer, BuyQuote } from '@0x/asset-buyer';
import { BigNumber } from '@0x/utils';
import { Web3Wrapper } from '@0x/web3-wrapper';
import * as _ from 'lodash';