black formatting

This commit is contained in:
tomaae 2020-12-02 16:08:59 +01:00
parent 966bdf2f57
commit 0976f880a1

View file

@ -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.")