chore: fix formatting on CI-drift files (#22391)

This commit is contained in:
Vincent Koc
2026-02-20 22:40:30 -05:00
committed by GitHub
parent 1410d15c5e
commit 282a545130
3 changed files with 4 additions and 4 deletions

View File

@@ -1,5 +1,4 @@
import type { AgentToolResult } from "@mariozechner/pi-agent-core";
import type { ChannelMessageActionContext } from "../../types.js";
import {
parseAvailableTags,
readNumberParam,
@@ -11,6 +10,7 @@ import {
readDiscordModerationCommand,
} from "../../../../agents/tools/discord-actions-moderation-shared.js";
import { handleDiscordAction } from "../../../../agents/tools/discord-actions.js";
import type { ChannelMessageActionContext } from "../../types.js";
type Ctx = Pick<
ChannelMessageActionContext,