Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 31, 2024
1 parent 85cf33b commit c013ea2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tap_github/repository_streams.py
Original file line number Diff line number Diff line change
Expand Up @@ -1405,9 +1405,9 @@ class PullRequestCommits(GitHubRestStream):
th.ObjectType(
th.Property("additions", th.IntegerType),
th.Property("deletions", th.IntegerType),
th.Property("total", th.IntegerType)
)
)
th.Property("total", th.IntegerType),
),
),
).to_dict()

def post_process(self, row: dict, context: Optional[Dict[str, str]] = None) -> dict:
Expand Down

0 comments on commit c013ea2

Please sign in to comment.