Skip to content

Commit 0398f62

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 2e58a78 commit 0398f62

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tap_github/repository_streams.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2625,7 +2625,7 @@ class TagsStream(GitHubRestStream):
26252625
th.Property("tarball_url", th.StringType),
26262626
th.Property("node_id", th.StringType),
26272627
).to_dict()
2628-
2628+
26292629
def get_child_context(self, record: dict, context: dict | None) -> dict:
26302630
"""Return a child context object from the record and optional provided context.
26312631
By default, will return context if provided and otherwise the record dict.
@@ -2638,10 +2638,11 @@ def get_child_context(self, record: dict, context: dict | None) -> dict:
26382638
"tag_name": record["name"],
26392639
"repo_id": context["repo_id"] if context else None,
26402640
}
2641-
2641+
2642+
26422643
class GetTagShasStream(GitHubRestStream):
26432644
"""A stream dedicated to fetching tag shas of a tag in a repository.
2644-
2645+
26452646
API docs: https://docs.github.com/en/rest/git/refs#get-a-reference
26462647
"""
26472648

0 commit comments

Comments
 (0)