Skip to content

Commit 827faef

Browse files
committed
Remove unused import
1 parent 2dd183c commit 827faef

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utils/layout-helpers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ import * as memoize from 'memoizee';
22
import * as path from 'path';
33
import { CompletionItem, CompletionItemKind } from 'vscode-languageserver/node';
44
import { addToRegistry, normalizeMatchNaming } from './registry-api';
5-
import { clean, coerce, valid } from 'semver';
65
import { BaseProject } from '../base-project';
76
import { fsProvider } from '../fs-provider';
87
import walkAsync from './walk-async';

0 commit comments

Comments
 (0)