From 6711453fc830fc5bef11e0f103edaa2528a70438 Mon Sep 17 00:00:00 2001 From: Daniel Tschinder Date: Thu, 25 Apr 2019 18:27:56 -0700 Subject: [PATCH] Fix lint --- src/parse.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/parse.js b/src/parse.js index eef3757d83b..d4a87fec5fc 100644 --- a/src/parse.js +++ b/src/parse.js @@ -11,7 +11,6 @@ import Documentation, { type DocumentationObject } from './Documentation'; import postProcessDocumentation from './utils/postProcessDocumentation'; import buildParser, { type Options, type Parser } from './babelParser'; import type { Handler, Resolver } from './types'; -import types from 'ast-types'; const ERROR_MISSING_DEFINITION = 'No suitable component definition found.';