Skip to content

Commit 7a25306

Browse files
dbgold17Copilot
andauthored
Update airbyte_cdk/sources/declarative/requesters/http_job_repository.py
Co-authored-by: Copilot <[email protected]>
1 parent fab8033 commit 7a25306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/requesters/http_job_repository.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ def _get_create_job_stream_slice(self, job: AsyncJob) -> StreamSlice:
333333

334334
def _get_download_targets(self, job: AsyncJob) -> Iterable[str]:
335335
"""Returns an iterable of strings to help target requests for downloading async jobs."""
336-
# If neither download_target_extractor nor download_target_requester are provided,return a single empty string
336+
# If neither download_target_extractor nor download_target_requester are provided, return a single empty string
337337
# to express the need to make a single download request without any download_target value
338338
if not self.download_target_extractor and not self.download_target_requester:
339339
lazy_log(

0 commit comments

Comments
 (0)