Skip to content

Commit 824c214

Browse files
[autofix.ci] apply automated fixes
1 parent 9bb2d50 commit 824c214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/run_action_command.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import type { Selection, TextEditor } from 'vscode'
2-
import { Position, ProgressLocation, Range, Uri, extensions, window, workspace } from 'vscode'
2+
import { ProgressLocation, Range, extensions, window, workspace } from 'vscode'
33
import type { AI, Action, Prompt } from '../types/index.js'
44
import { ai as aiIndex } from '../ai/index.js'
55
import type { BaseAI } from '../ai/base_ai.js'

0 commit comments

Comments
 (0)