Skip to content

Commit

Permalink
chore: remove TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
andylizf committed Dec 11, 2024
1 parent fa6037f commit 1d67da7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion sky/utils/subprocess_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,6 @@ def get_parallel_threads(cloud_str: Optional[str] = None) -> int:
return max(4, cpu_count - 1) * _get_thread_multiplier(cloud_str)


# TODO(andyl): Why this function returns a list of results? Why not yielding?
def run_in_parallel(func: Callable,
args: Iterable[Any],
num_threads: Optional[int] = None) -> List[Any]:
Expand Down

0 comments on commit 1d67da7

Please sign in to comment.