Skip to content

Commit

Permalink
chore: Update TODOs
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Dec 19, 2023
1 parent 08a6ba0 commit 38ef2c4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tap_hookdeck/tap.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,11 @@ def discover_streams(self) -> list[Stream]:
# https://github.com/edgarrmondragon/tap-hookdeck/issues/1
streams.Requests(tap=self),
# TODO(edgarrmondragon): events
# https://github.com/edgarrmondragon/tap-hookdeck/issues/2
# TODO(edgarrmondragon): attempts
# https://github.com/edgarrmondragon/tap-hookdeck/issues/3
# TODO(edgarrmondragon): bookmarks
# TODO(edgarrmondragon): attempts
# https://github.com/edgarrmondragon/tap-hookdeck/issues/4
# TODO(edgarrmondragon): issues
# TODO(edgarrmondragon): bookmarks
# https://github.com/edgarrmondragon/tap-hookdeck/issues/5
# TODO(edgarrmondragon): issues
# https://github.com/edgarrmondragon/tap-hookdeck/issues/6
]

0 comments on commit 38ef2c4

Please sign in to comment.