Fix linter error

This commit is contained in:
Leonid Logvinov 2017-12-18 15:58:52 +01:00
parent 1e4fdcf615
commit f269ecd95e
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -2,6 +2,10 @@ import {
addressSchema,
numberSchema,
} from '../schemas/basic_type_schemas';
import {
blockParamSchema,
blockRangeSchema,
} from '../schemas/block_range_schema';
import {
ecSignatureParameterSchema,
ecSignatureSchema,
@ -55,10 +59,6 @@ import {
import {
signedOrdersSchema,
} from '../schemas/signed_orders_schema';
import {
blockParamSchema,
blockRangeSchema,
} from '../schemas/block_range_schema';
import {
tokenSchema,
} from '../schemas/token_schema';