This commit is contained in:
Tomaae 2022-01-31 09:55:53 +01:00
parent 5db1c78de7
commit d3f5cce525

View file

@ -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