mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-07-01 13:04:28 +02:00
black
This commit is contained in:
parent
5db1c78de7
commit
d3f5cce525
1 changed files with 1 additions and 3 deletions
4
.github/generate_releasenotes.py
vendored
4
.github/generate_releasenotes.py
vendored
|
@ -107,9 +107,7 @@ def get_integration_commits(github, skip=True):
|
||||||
ath = commit.author
|
ath = commit.author
|
||||||
else:
|
else:
|
||||||
ath = "Unknown"
|
ath = "Unknown"
|
||||||
changes += CHANGE.format(
|
changes += CHANGE.format(line=msg, link=commit.html_url, author=ath)
|
||||||
line=msg, link=commit.html_url, author=ath
|
|
||||||
)
|
|
||||||
|
|
||||||
return changes
|
return changes
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue