mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-06-27 03:08:59 +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
|
||||
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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue