Skip to content

Commit b0da2b8

Browse files
committed
chore: format code
1 parent d502b8e commit b0da2b8

File tree

1 file changed

+0
-1
lines changed
  • airbyte_cdk/sources/streams/http

1 file changed

+0
-1
lines changed

airbyte_cdk/sources/streams/http/http.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,6 @@ def _read_pages(
423423
stream_slice: Optional[Mapping[str, Any]] = None,
424424
stream_state: Optional[Mapping[str, Any]] = None,
425425
) -> Iterable[StreamData]:
426-
427426
stream_state = stream_state or {}
428427
pagination_complete = False
429428
next_page_token = None

0 commit comments

Comments
 (0)