style: lint cleanup

This commit is contained in:
Peter Steinberger
2026-01-08 08:40:02 +01:00
parent 9a11325cc9
commit 1b2957d050
6 changed files with 35 additions and 31 deletions

View File

@@ -1,7 +1,7 @@
import type { ClawdbotConfig } from "../config/config.js";
import { createAgentsListTool } from "./tools/agents-list-tool.js";
import { createBrowserTool } from "./tools/browser-tool.js";
import { createCanvasTool } from "./tools/canvas-tool.js";
import { createAgentsListTool } from "./tools/agents-list-tool.js";
import type { AnyAgentTool } from "./tools/common.js";
import { createCronTool } from "./tools/cron-tool.js";
import { createDiscordTool } from "./tools/discord-tool.js";