Skip to content

Commit 2355703

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tap_github/repository_streams.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,7 +1692,7 @@ class ReviewCommentReactionsStream(GitHubRestStream):
16921692
parent_stream_type = ReviewCommentsStream
16931693
ignore_parent_replication_key = False
16941694
state_partitioning_keys: ClassVar[list[str]] = ["repo", "org"]
1695-
1695+
16961696
def post_process(self, row: dict, context: Context | None = None) -> dict:
16971697
row = super().post_process(row, context)
16981698

@@ -1702,7 +1702,7 @@ def post_process(self, row: dict, context: Context | None = None) -> dict:
17021702
row["comment_url"] = context.get("comment_url")
17031703

17041704
return row
1705-
1705+
17061706
schema = th.PropertiesList(
17071707
# Parent keys
17081708
th.Property("org", th.StringType),

0 commit comments

Comments
 (0)