Remove unused import

master
Brad Cornes 2022-10-17 18:07:29 +01:00
parent f59adbe35b
commit 2509d09857
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { Settings, State, Variant } from './util/state'
import { Settings, State } from './util/state'
import type {
CompletionItem,
CompletionItemKind,