diff --git a/tap_github/repository_streams.py b/tap_github/repository_streams.py index 92917dd6..16104839 100644 --- a/tap_github/repository_streams.py +++ b/tap_github/repository_streams.py @@ -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: