Skip to content

Commit e336f31

Browse files
rafalkrupinskiedgarrmondragon
authored andcommitted
Update cookiecutter/tap-template/{{cookiecutter.tap_id}}/{{cookiecutter.library_name}}/tap.py
Co-authored-by: Edgar Ramírez Mondragón <edgarrm358@gmail.com>
1 parent 3a39594 commit e336f31

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • cookiecutter/tap-template/{{cookiecutter.tap_id}}/{{cookiecutter.library_name}}

cookiecutter/tap-template/{{cookiecutter.tap_id}}/{{cookiecutter.library_name}}/tap.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ def discover_streams(self) -> list[streams.{{ cookiecutter.source_name }}Stream]
7777
Returns:
7878
A list of discovered streams.
7979
"""
80-
8180
return [
8281
streams.GroupsStream(self),
8382
streams.UsersStream(self),

0 commit comments

Comments
 (0)