@0x/contracts-zero-ex: Fix linter errors.

This commit is contained in:
Lawrence Forman
2020-06-17 01:22:53 -04:00
parent 233642af29
commit c30a6eb1aa
3 changed files with 2 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
import { blockchainTests, constants, expect, getRandomInteger, randomAddress } from '@0x/contracts-test-utils';
import { encodeWethTransformerData, ETH_TOKEN_ADDRESS } from '@0x/order-utils';
import { BigNumber, ZeroExRevertErrors } from '@0x/utils';
import * as _ from 'lodash';
import { encodeWethTransformerData, ETH_TOKEN_ADDRESS } from '@0x/order-utils';
import { artifacts } from '../artifacts';
import { TestWethContract, TestWethTransformerHostContract, WethTransformerContract } from '../wrappers';