Skip to content

Commit 670161a

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d37c605 commit 670161a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tap_github/repository_streams.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1551,6 +1551,7 @@ class ReviewsStream(GitHubRestStream):
15511551
th.Property("author_association", th.StringType),
15521552
).to_dict()
15531553

1554+
15541555
class PullRequestLabelEventsStream(GitHubRestStream):
15551556
"""A stream dedicated to fetching label events (added/removed) for pull requests in a repository.
15561557
Note: This stream uses the issues timeline API since GitHub treats PRs as issues internally."""

tap_github/streams.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
ProjectsStream,
3636
PullRequestCommits,
3737
PullRequestDiffsStream,
38-
PullRequestsStream,
3938
PullRequestLabelEventsStream,
39+
PullRequestsStream,
4040
ReadmeHtmlStream,
4141
ReadmeStream,
4242
ReleasesStream,

0 commit comments

Comments
 (0)