Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: Ruiyang Wang <rywang014@gmail.com>
  • Loading branch information
rynewang committed Sep 6, 2024
1 parent 066caa5 commit c083ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion python/ray/_private/gcs_aio_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ async def internal_kv_keys(
return await self._async_proxy.internal_kv_keys(prefix, namespace, timeout)

async def get_all_job_info(
self, job_or_submission_id: Optional[str] = None, timeout: Optional[float] = None
self,
job_or_submission_id: Optional[str] = None,
timeout: Optional[float] = None,
) -> Dict[JobID, gcs_pb2.JobTableData]:
"""
Return dict key: bytes of job_id; value: JobTableData pb message.
Expand Down

0 comments on commit c083ea5

Please sign in to comment.