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,8 +3,8 @@
* Retrieves full content from a specific ECMAScript spec section.
*/
import { tool } from "@opencode-ai/plugin";
import * as lancedbSdk from "@lancedb/lancedb";
import { tool } from "@opencode-ai/plugin";
import {
createGetSectionContentTool,
toolMetadata,