mirror of
https://github.com/tomaae/homeassistant-mikrotik_router.git
synced 2025-08-13 22:28:32 +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}?",
|
title=f"Create release {VERSION}?",
|
||||||
labels=["New release"],
|
labels=["New release"],
|
||||||
assignee="tomaae",
|
assignee="tomaae",
|
||||||
body=CHANGES.format(integration_changes=integration_changes,),
|
body=CHANGES.format(
|
||||||
|
integration_changes=integration_changes,
|
||||||
|
),
|
||||||
)
|
)
|
||||||
else:
|
else:
|
||||||
print("Not enough changes for a release.")
|
print("Not enough changes for a release.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue