remove unused import

This commit is contained in:
Steve Klebanoff 2020-09-04 11:01:24 -05:00
parent e7541ac2af
commit ee456ea6e7
No known key found for this signature in database
GPG Key ID: 8A2D7E51E87DB8B9

View File

@ -1,5 +1,5 @@
import { schemas, SchemaValidator } from '@0x/json-schemas';
import { assetDataUtils, orderCalculationUtils, orderHashUtils, SignedOrder } from '@0x/order-utils';
import { assetDataUtils, orderCalculationUtils, SignedOrder } from '@0x/order-utils';
import { RFQTFirmQuote, RFQTIndicativeQuote, TakerRequest } from '@0x/quote-server';
import { ERC20AssetData } from '@0x/types';
import { BigNumber, logUtils } from '@0x/utils';