mirror of
https://github.com/rookiestar28/ComfyUI-OpenClaw.git
synced 2026-08-14 00:48:07 +00:00
chore: apply auto formated file
This commit is contained in:
@@ -62,7 +62,9 @@ def validate_openapi_sync(
|
||||
generate_openapi_yaml: Callable[[str | Path | None], str] | None = None,
|
||||
) -> tuple[bool, str]:
|
||||
root = _repo_root()
|
||||
openapi_file = Path(openapi_path) if openapi_path else root / "docs" / "openapi.yaml"
|
||||
openapi_file = (
|
||||
Path(openapi_path) if openapi_path else root / "docs" / "openapi.yaml"
|
||||
)
|
||||
contract_file = (
|
||||
Path(contract_path)
|
||||
if contract_path
|
||||
|
||||
Reference in New Issue
Block a user