Removed warnings and unused imports.

This commit is contained in:
Jakob Friedl
2025-10-31 16:59:10 +01:00
parent af3e7245cd
commit 77c8a321de
44 changed files with 138 additions and 193 deletions

View File

@@ -34,11 +34,10 @@ when not defined(agent):
when defined(agent):
import strutils, strformat
import strutils
import ../agent/utils/io
import ../agent/core/exit
import ../agent/protocol/result
import ../common/[utils, serialize]
proc executeExit(ctx: AgentCtx, task: Task): TaskResult =
try: