This reverts commit a9c16febf4.
This commit is contained in:
Soulter
2026-03-05 01:34:07 +08:00
parent 2d27bfb6d0
commit 6beca2144c
116 changed files with 1022 additions and 1299 deletions

View File

@@ -12,7 +12,7 @@ class PythonComponent(Protocol):
self,
code: str,
kernel_id: str | None = None,
timeout_seconds: int = 30,
timeout: int = 30,
silent: bool = False,
) -> dict[str, Any]:
"""Execute Python code"""