chore: fix lint issue

This commit is contained in:
Roman Hotsiy 2018-10-18 14:19:30 +03:00
parent 6b7c5b7df3
commit 9a238e75eb
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -1,4 +1,4 @@
import { observe, Lambda } from 'mobx';
import { Lambda, observe } from 'mobx';
import { OpenAPISpec } from '../types';
import { loadAndBundleSpec } from '../utils/loadAndBundleSpec';