Skip to content

Commit e3364e8

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

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
@@ -1691,7 +1691,7 @@ class ReviewCommentReactionsStream(GitHubRestStream):
16911691
parent_stream_type = ReviewCommentsStream
16921692
ignore_parent_replication_key = False
16931693
state_partitioning_keys: ClassVar[list[str]] = ["repo", "org"]
1694-
1694+
16951695
def post_process(self, row: dict, context: Context | None = None) -> dict:
16961696
row = super().post_process(row, context)
16971697

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

17021702
return row
1703-
1703+
17041704
schema = th.PropertiesList(
17051705
# Parent keys
17061706
th.Property("org", th.StringType),

0 commit comments

Comments
 (0)