Skip to content

Commit e1a89c2

Browse files
committed
remove unused import
1 parent 2122e35 commit e1a89c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/ghost/strategies/AutoTriggerStrategy.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { GhostSuggestionContext, AutocompleteInput } from "../types"
1+
import { AutocompleteInput } from "../types"
22
import { CURSOR_MARKER } from "../ghostConstants"
33
import { isCommentLine, cleanComment } from "./CommentHelpers"
44
import type { TextDocument, Range } from "vscode"

0 commit comments

Comments
 (0)