From 1fcab58e2f671dff41daa36841450718ca19146c Mon Sep 17 00:00:00 2001 From: Daniel Pyrathon Date: Fri, 16 Oct 2020 14:49:25 -0700 Subject: [PATCH] cheap lint fix --- packages/asset-swapper/src/utils/quote_requestor.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/asset-swapper/src/utils/quote_requestor.ts b/packages/asset-swapper/src/utils/quote_requestor.ts index b88c20c2a5..8916e7f5f3 100644 --- a/packages/asset-swapper/src/utils/quote_requestor.ts +++ b/packages/asset-swapper/src/utils/quote_requestor.ts @@ -1,6 +1,6 @@ import { schemas, SchemaValidator } from '@0x/json-schemas'; import { assetDataUtils, orderCalculationUtils, SignedOrder } from '@0x/order-utils'; -import { RFQTFirmQuote, RFQTIndicativeQuote, TakerRequest, TakerRequestQueryParams } from '@0x/quote-server'; +import { RFQTFirmQuote, RFQTIndicativeQuote, TakerRequestQueryParams } from '@0x/quote-server'; import { ERC20AssetData } from '@0x/types'; import { BigNumber } from '@0x/utils'; import Axios, { AxiosInstance } from 'axios';