From c0d7d231116e3bd4f7191e48b413fd690d6e88c7 Mon Sep 17 00:00:00 2001 From: Nestor Colt Date: Mon, 4 May 2026 21:59:08 +0200 Subject: [PATCH] style: ruff format dispatch.py Co-Authored-By: Claude Opus 4.7 --- agentibridge/dispatch.py | 1 + 1 file changed, 1 insertion(+) diff --git a/agentibridge/dispatch.py b/agentibridge/dispatch.py index e12afad..d611557 100644 --- a/agentibridge/dispatch.py +++ b/agentibridge/dispatch.py @@ -64,6 +64,7 @@ def _resolve_cwd( return None + # --------------------------------------------------------------------------- # Job store (fire-and-forget background tasks) # ---------------------------------------------------------------------------