`@0x/contracts-exchange-libs: Appease the linter and prettier gods.
This commit is contained in:
@@ -1,17 +1,7 @@
|
||||
import { ERC1155ProxyWrapper, ERC20Wrapper, ERC721Wrapper } from '@0x/contracts-asset-proxy';
|
||||
import {
|
||||
ERC1155HoldingsByOwner,
|
||||
expect,
|
||||
OrderStatus,
|
||||
} from '@0x/contracts-test-utils';
|
||||
import { ERC1155HoldingsByOwner, expect, OrderStatus } from '@0x/contracts-test-utils';
|
||||
import { assetDataUtils, orderHashUtils } from '@0x/order-utils';
|
||||
import {
|
||||
AssetProxyId,
|
||||
BatchMatchedFillResults,
|
||||
FillResults,
|
||||
MatchedFillResults,
|
||||
SignedOrder,
|
||||
} from '@0x/types';
|
||||
import { AssetProxyId, BatchMatchedFillResults, FillResults, MatchedFillResults, SignedOrder } from '@0x/types';
|
||||
import { BigNumber } from '@0x/utils';
|
||||
import { LogWithDecodedArgs, TransactionReceiptWithDecodedLogs } from 'ethereum-types';
|
||||
import * as _ from 'lodash';
|
||||
|
Reference in New Issue
Block a user