Fix linter

This commit is contained in:
Fabio Berger
2018-07-18 12:11:11 +02:00
parent 7f90f5ecd4
commit 83747934ad
2 changed files with 1 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
import { BlockchainLifecycle } from '@0xproject/dev-utils';
import { assetDataUtils, generatePseudoRandomSalt } from '@0xproject/order-utils';
import { generatePseudoRandomSalt } from '@0xproject/order-utils';
import { RevertReason } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';
import BN = require('bn.js');