mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-02 08:54:31 +02:00
black formatting
This commit is contained in:
parent
966bdf2f57
commit
0976f880a1
1 changed files with 3 additions and 1 deletions
4
.github/generate_releasenotes.py
vendored
4
.github/generate_releasenotes.py
vendored
|
@ -134,7 +134,9 @@ else:
|
|||
title=f"Create release {VERSION}?",
|
||||
labels=["New release"],
|
||||
assignee="tomaae",
|
||||
body=CHANGES.format(integration_changes=integration_changes,),
|
||||
body=CHANGES.format(
|
||||
integration_changes=integration_changes,
|
||||
),
|
||||
)
|
||||
else:
|
||||
print("Not enough changes for a release.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue