chore: remove unused import

This commit is contained in:
fragosti
2018-10-31 13:29:20 -07:00
parent 28ded5d02d
commit 59ad2b75c1

View File

@@ -1,6 +1,5 @@
import { assert as sharedAssert } from '@0x/assert';
import { schemas } from '@0x/json-schemas';
import { SignedOrder } from '@0x/types';
import * as _ from 'lodash';
import { BuyQuote, BuyQuoteInfo, OrderProvider, OrderProviderRequest } from '../types';