aboutsummaryrefslogtreecommitdiffstats
path: root/packages/0x.js
diff options
context:
space:
mode:
authorfragosti <francesco.agosti93@gmail.com>2018-06-07 07:43:05 +0800
committerfragosti <francesco.agosti93@gmail.com>2018-06-07 07:43:05 +0800
commite75721016e35a07b52d2f164d860c3e18b1d4261 (patch)
tree99ff6dce5d797252821c15affe4c78daf836aff4 /packages/0x.js
parente0d5b9daf84cba31bbbcd2cfbe1f64623eace61a (diff)
downloaddexon-sol-tools-e75721016e35a07b52d2f164d860c3e18b1d4261.tar
dexon-sol-tools-e75721016e35a07b52d2f164d860c3e18b1d4261.tar.gz
dexon-sol-tools-e75721016e35a07b52d2f164d860c3e18b1d4261.tar.bz2
dexon-sol-tools-e75721016e35a07b52d2f164d860c3e18b1d4261.tar.lz
dexon-sol-tools-e75721016e35a07b52d2f164d860c3e18b1d4261.tar.xz
dexon-sol-tools-e75721016e35a07b52d2f164d860c3e18b1d4261.tar.zst
dexon-sol-tools-e75721016e35a07b52d2f164d860c3e18b1d4261.zip
Fix linting issues
Diffstat (limited to 'packages/0x.js')
-rw-r--r--packages/0x.js/test/0x.js_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/0x.js/test/0x.js_test.ts b/packages/0x.js/test/0x.js_test.ts
index 8f6134a68..5d2eb6d7e 100644
--- a/packages/0x.js/test/0x.js_test.ts
+++ b/packages/0x.js/test/0x.js_test.ts
@@ -6,7 +6,7 @@ import * as _ from 'lodash';
import 'make-promises-safe';
import 'mocha';
-import { ApprovalContractEventArgs, LogWithDecodedArgs, Order, TokenEvents, ZeroEx } from '../src';
+import { ApprovalContractEventArgs, LogWithDecodedArgs, TokenEvents, ZeroEx } from '../src';
import { chaiSetup } from './utils/chai_setup';
import { constants } from './utils/constants';