style(test): fix import sorting and remove unused imports

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
PJ Hoberman
2026-03-18 12:39:06 +08:00
committed by Xubin Ren
co-authored by Claude Opus 4.6
parent 787e667dc9
commit 5d8c5d2d25
+2 -2
View File
@@ -1,8 +1,8 @@
"""Tests for CronTool._list_jobs() output formatting."""
from nanobot.cron.service import CronService
from nanobot.cron.types import CronJob, CronJobState, CronSchedule
from nanobot.agent.tools.cron import CronTool
from nanobot.cron.service import CronService
from nanobot.cron.types import CronSchedule
def _make_tool(tmp_path) -> CronTool: