Fix linter errors

This commit is contained in:
Leonid Logvinov
2017-12-14 15:43:04 +01:00
parent 28c409fc6d
commit 4391f9913e
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import {schemas, SchemaValidator} from '@0xproject/json-schemas';
import {BlockchainLifecycle} from '@0xproject/dev-utils';
import {schemas, SchemaValidator} from '@0xproject/json-schemas';
import * as chai from 'chai';
import * as _ from 'lodash';
import 'mocha';