Skip to content

Commit

Permalink
Linter
Browse files Browse the repository at this point in the history
  • Loading branch information
haiqi96 committed Nov 16, 2024
1 parent 314e008 commit 3d86291
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,9 @@ def mark_job_as_waiting(self) -> None:
active_file_split_ir_extractions[file_split_id].append(self._job_id)

def create_stream_extraction_job(self) -> QueryJob:
logger.info(f"Creating ir extraction job {self._job_id} on file_split: {self._file_split_id}")
logger.info(
f"Creating ir extraction job {self._job_id} on file_split: {self._file_split_id}"
)
return ExtractIrJob(
id=self._job_id,
extract_ir_config=self._job_config,
Expand Down

0 comments on commit 3d86291

Please sign in to comment.