Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Remove unused providerUtils import.
Browse files Browse the repository at this point in the history
  • Loading branch information
dorothy-zbornak committed Mar 27, 2019
1 parent 1b01deb commit 325573d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { expectTransactionFailedAsync, getLatestBlockTimestampAsync } from '@0x/
import { BlockchainLifecycle } from '@0x/dev-utils';
import { assetDataUtils } from '@0x/order-utils';
import { RevertReason, SignedOrder } from '@0x/types';
import { BigNumber, providerUtils } from '@0x/utils';
import { BigNumber } from '@0x/utils';
import * as chai from 'chai';
import 'mocha';

Expand Down

0 comments on commit 325573d

Please sign in to comment.