Skip to content

Commit

Permalink
feat: ref
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Inzhyyants <artem.inzhyyants@gmail.com>
  • Loading branch information
artem1205 committed Jan 9, 2025
1 parent 465cd81 commit 0421ae1
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,5 @@ def _get_download_url(self, job: AsyncJob) -> Iterable[str]:
},
cursor_slice={},
)
url_response = self.url_requester.send_request(
stream_slice=stream_slice
)
url_response = self.url_requester.send_request(stream_slice=stream_slice)
yield from self.urls_extractor.extract_records(url_response)

0 comments on commit 0421ae1

Please sign in to comment.