Fix linting errors

This commit is contained in:
Amir Bandeali
2019-09-20 12:50:43 -07:00
parent a1ed7183ea
commit 8bdd1d7680
2 changed files with 11 additions and 12 deletions

View File

@@ -1,5 +1,4 @@
import { blockchainTests, constants, expect, filterLogsToArguments } from '@0x/contracts-test-utils';
import { StakingRevertErrors } from '@0x/order-utils';
import { blockchainTests, expect, filterLogsToArguments } from '@0x/contracts-test-utils';
import { AuthorizableRevertErrors, BigNumber } from '@0x/utils';
import { artifacts, IStakingEventsParamsSetEventArgs, MixinParamsContract } from '../src/';