diff --git a/.github/generate_releasenotes.py b/.github/generate_releasenotes.py index 50ab128..717f510 100644 --- a/.github/generate_releasenotes.py +++ b/.github/generate_releasenotes.py @@ -107,9 +107,7 @@ def get_integration_commits(github, skip=True): ath = commit.author else: ath = "Unknown" - changes += CHANGE.format( - line=msg, link=commit.html_url, author=ath - ) + changes += CHANGE.format(line=msg, link=commit.html_url, author=ath) return changes