Skip to content

Commit f62b7b0

Browse files
aslonnieclaude
andcommitted
[Release] Format with black
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 722bbe2 commit f62b7b0

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

release/ray_release/command_runner/anyscale_job_runner.py

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,7 @@ def wait_for_nodes(self, num_nodes: int, timeout: float = 900):
157157
f"python wait_cluster.py {num_nodes} {timeout}", timeout=timeout + 30
158158
)
159159

160-
def _handle_command_output(
161-
self, job_state: int, raise_on_timeout: bool = True
162-
):
160+
def _handle_command_output(self, job_state: int, raise_on_timeout: bool = True):
163161
if job_state == -2:
164162
raise JobBrokenError("Job state is 'UNKNOWN'.")
165163

@@ -343,9 +341,7 @@ def run_command(
343341
upload_path=self.upload_path,
344342
timeout=int(timeout),
345343
)
346-
self._handle_command_output(
347-
job_state, raise_on_timeout=raise_on_timeout
348-
)
344+
self._handle_command_output(job_state, raise_on_timeout=raise_on_timeout)
349345

350346
return time_taken
351347

0 commit comments

Comments
 (0)