Skip to content

Commit

Permalink
Add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
PeiwenGaoMS committed Mar 7, 2024
1 parent bbb54ca commit cece476
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ async def submit(self, run_id: str, line_number: int, inputs: dict):
return line_result

async def run(self, batch_inputs) -> List[LineResult]:
"""Submit all batch inputs to the process pool and return the line results."""
with RepeatLogTimer(
interval_seconds=self._log_interval,
logger=bulk_logger,
Expand Down

0 comments on commit cece476

Please sign in to comment.