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 +