style: reorder tool import after other imports for consistency

This commit is contained in:
2026-04-14 09:33:14 +05:30
parent e34441c341
commit 1c9d08f7fa
2 changed files with 2 additions and 2 deletions
@@ -3,9 +3,9 @@
* Searches the ECMAScript specification for relevant sections.
*/
import { tool } from "@opencode-ai/plugin";
import * as lancedbSdk from "@lancedb/lancedb";
import { OllamaEmbeddings } from "@langchain/ollama";
import { tool } from "@opencode-ai/plugin";
import {
createSearchSpecSectionsTool,
toolMetadata,