Skip to content

Commit b962b04

Browse files
phateddanez
authored andcommitted
Lint fixes
1 parent c1a663b commit b962b04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/importer/resolveImports.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* @flow
88
*/
99

10-
import {namedTypes as t, NodePath} from 'ast-types';
10+
import { namedTypes as t, NodePath } from 'ast-types';
1111
import { traverseShallow } from '../utils/traverse';
1212
import resolve from 'resolve';
1313
import { dirname } from 'path';

0 commit comments

Comments
 (0)