Fix import ordering

This commit is contained in:
fabioberger
2019-11-12 10:52:04 +00:00
parent b2c0f8c158
commit efe8225d18
6 changed files with 6 additions and 6 deletions

View File

@@ -20,8 +20,8 @@ import {
import { ForwarderRevertErrors } from '@0x/order-utils';
import { BigNumber } from '@0x/utils';
import { Actor, actorAddressesByName, FeeRecipient, Maker } from '../actors';
import { DeploymentManager } from '../../src/deployment_manager';
import { Actor, actorAddressesByName, FeeRecipient, Maker } from '../actors';
import { deployForwarderAsync } from './deploy_forwarder';
import { ForwarderTestFactory } from './forwarder_test_factory';