Skip to content

Commit d106420

Browse files
rafalkrupinskisourcery-ai[bot]
authored andcommitted
Update singer_sdk/tap_base.py
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent c73dcac commit d106420

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

singer_sdk/tap_base.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -413,6 +413,8 @@ def load_streams(self) -> list[Stream]:
413413
def load_streams_from_catalog(self) -> Iterable[Stream]:
414414
"""Recreate streams from the input catalog.
415415
416+
Returns:
417+
Iterable[Stream]: An iterable of Stream objects recreated from the input catalog.
416418
For backwards compatibility calls `self.load_streams()`
417419
418420
Returns:

0 commit comments

Comments
 (0)