Skip to content
This repository was archived by the owner on Sep 19, 2025. It is now read-only.

Commit ae5c991

Browse files
committed
Remove unused import
1 parent 4d89dcd commit ae5c991

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/autocomplete/getAutocompletion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { CompletionContext, Completion } from "@codemirror/autocomplete";
1+
import type { CompletionContext } from "@codemirror/autocomplete";
22
import ts from "typescript";
33
import { type VirtualTypeScriptEnvironment } from "@typescript/vfs";
44
import { AUTOCOMPLETION_SYMBOLS } from "./symbols.js";

0 commit comments

Comments
 (0)