mirror of
https://github.com/bendtherules/ask262.git
synced 2026-08-18 13:21:55 +00:00
style: reorder tool import after other imports for consistency
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user