chore: ruff format

This commit is contained in:
Richard Tang
2026-04-29 19:23:31 -07:00
parent ac46a1be72
commit 2cfea915f4
@@ -2440,7 +2440,6 @@ def register_queen_lifecycle_tools(
if not _COLONY_NAME_RE.match(cn):
return json.dumps({"error": "colony_name must be lowercase alphanumeric with underscores"})
from framework.config import COLONIES_DIR as _COLONIES_DIR
from framework.host.progress_db import (
enqueue_task as _enqueue_task,