aboutsummaryrefslogtreecommitdiffstats
path: root/packages/order-utils/src/assert.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/order-utils/src/assert.ts')
-rw-r--r--packages/order-utils/src/assert.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/order-utils/src/assert.ts b/packages/order-utils/src/assert.ts
index b4b57d02a..f8db7ac63 100644
--- a/packages/order-utils/src/assert.ts
+++ b/packages/order-utils/src/assert.ts
@@ -1,5 +1,5 @@
import { assert as sharedAssert } from '@0xproject/assert';
-// We need those two unused imports because they're actually used by sharedAssert which gets injected here
+// HACK: We need those two unused imports because they're actually used by sharedAssert which gets injected here
// tslint:disable:no-unused-variable
import { Schema } from '@0xproject/json-schemas';
import { ECSignature, SignatureType } from '@0xproject/types';