Fix PEP8
parent
5963593fed
commit
aa0a1f676d
|
|
@ -195,7 +195,8 @@ def format_email_html(data, skip_issues_set=None):
|
||||||
)
|
)
|
||||||
output += (
|
output += (
|
||||||
f'For more details please see the release notes at:'
|
f'For more details please see the release notes at:'
|
||||||
f'<p> <a href="{release_url}">{release_url}</a></p>\n'
|
f'<p> '
|
||||||
|
f'<a href="{release_url}">{release_url}</a></p>\n'
|
||||||
)
|
)
|
||||||
output += (
|
output += (
|
||||||
'<p>pgAdmin is the leading Open Source graphical management '
|
'<p>pgAdmin is the leading Open Source graphical management '
|
||||||
|
|
@ -230,7 +231,8 @@ def format_email_html(data, skip_issues_set=None):
|
||||||
output += (
|
output += (
|
||||||
"Docker Container, RPM, DEB Package, and source code tarball from:<br>"
|
"Docker Container, RPM, DEB Package, and source code tarball from:<br>"
|
||||||
)
|
)
|
||||||
output += f' <a href="{download_url}">{download_url}</a></p>\n'
|
output += (f' '
|
||||||
|
f'<a href="{download_url}">{download_url}</a></p>\n')
|
||||||
|
|
||||||
return output
|
return output
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue