Fix lint for order-utils

This commit is contained in:
Brandon Millman
2018-07-11 13:15:28 -07:00
parent e5617dfe61
commit 33f92b6bcf

View File

@@ -1,6 +1,6 @@
import { assert as sharedAssert } from '@0xproject/assert';
// HACK: We need those two unused imports because they're actually used by sharedAssert which gets injected here
// tslint:disable-next-line:no-unused-variable
// tslint:disable:no-unused-variable
import { Schema } from '@0xproject/json-schemas';
import { ECSignature, SignatureType } from '@0xproject/types';
import { BigNumber } from '@0xproject/utils';