From 0ffc6a1fb647e9ec5a7179639e6e6d47bf33983f Mon Sep 17 00:00:00 2001 From: the_og Date: Tue, 7 Jul 2026 20:32:36 -0400 Subject: [PATCH] chore: restore trailing newline in bcc_core.py (attempt 2) --- bcc_core.py | 1 + 1 file changed, 1 insertion(+) diff --git a/bcc_core.py b/bcc_core.py index 1b33a66..db21ff7 100644 --- a/bcc_core.py +++ b/bcc_core.py @@ -1565,3 +1565,4 @@ def pin_command_path(data: dict, path: str | None = None) -> tuple[dict, str | N out["args"] = args return out, f"'{c}' → {resolved}" return data, None +