Skip to content

Commit

Permalink
format (#19507)
Browse files Browse the repository at this point in the history
  • Loading branch information
gosusnp committed Nov 16, 2022
1 parent 4b7f677 commit d3f3533
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,8 @@ def read_records(
# Warning: use self.state instead of the stream_state passed as argument!
stream_slice = stream_slice or {} # None-check
self.paginator.reset()
records_generator = self._read_pages(self.parse_records_and_emit_request_and_responses,
records_generator = self._read_pages(
self.parse_records_and_emit_request_and_responses,
stream_slice,
stream_state,
)
Expand Down

0 comments on commit d3f3533

Please sign in to comment.