Fix linter issues

This commit is contained in:
Leonid Logvinov
2018-01-05 15:58:23 +01:00
parent c8c86c44f8
commit bef056b084
3 changed files with 1 additions and 10 deletions

View File

@@ -1,7 +1,7 @@
import * as chai from 'chai';
import * as _ from 'lodash';
import { DoneCallback, OrderState } from '../../src/types';
import { DoneCallback } from '../../src/types';
const expect = chai.expect;