Browse Source

fix: remove unused PluginInput import and fix biome formatting

kaze 2 weeks ago
parent
commit
51e4feedc9
1 changed files with 1 additions and 5 deletions
  1. 1 5
      src/tools/reconcile-task.ts

+ 1 - 5
src/tools/reconcile-task.ts

@@ -1,8 +1,4 @@
-import {
-  type PluginInput,
-  type ToolDefinition,
-  tool,
-} from '@opencode-ai/plugin';
+import { type ToolDefinition, tool } from '@opencode-ai/plugin';
 import type { BackgroundJobStore } from '../utils/background-job-store';
 import { log } from '../utils/logger';