fix: remove extra < character in email report (#18224)

This commit is contained in:
Grace Guo
2022-01-31 15:51:22 -08:00
committed by GitHub
parent 341d85589c
commit 987237b928

View File

@@ -106,7 +106,6 @@ class EmailNotification(BaseNotification): # pylint: disable=too-few-public-met
f"""<div class="image">
<img width="1000px" src="cid:{msgid}">
</div>
<
"""
)
img_tag = "".join(img_tags)