fix formatting

This commit is contained in:
Son NK 2020-01-08 12:58:34 +01:00
parent aea4426e1e
commit 434f82a244
1 changed files with 0 additions and 1 deletions

View File

@ -212,4 +212,3 @@ def delete_header(msg: Message, header: str):
for h in msg._headers:
if h[0].lower() == header.lower():
msg._headers.remove(h)