style: auto-fix ruff warnings [skip ci]

This commit is contained in:
github-actions[bot]
2026-02-22 06:23:38 +00:00
parent 82eb0d3b5c
commit 762b3f4eac
+1 -1
View File
@@ -414,7 +414,7 @@ def _wait_for_completion_ws(
try: try:
ws = websocket.create_connection(ws_url, timeout=timeout) ws = websocket.create_connection(ws_url, timeout=timeout)
except Exception as e: except Exception:
# Fall back to polling if WebSocket fails # Fall back to polling if WebSocket fails
return _poll_for_completion_fallback(prompt_id, url, timeout, on_progress) return _poll_for_completion_fallback(prompt_id, url, timeout, on_progress)