mirror of
https://github.com/simple-login/app.git
synced 2025-02-24 15:53:22 +08:00
black
This commit is contained in:
parent
f9161dba20
commit
8a74aee363
1 changed files with 1 additions and 1 deletions
|
@ -840,7 +840,7 @@ def replace(msg: Message, old, new) -> Message:
|
|||
"multipart/alternative",
|
||||
"multipart/related",
|
||||
"multipart/mixed",
|
||||
"message/rfc822"
|
||||
"message/rfc822",
|
||||
):
|
||||
new_parts = []
|
||||
for part in msg.get_payload():
|
||||
|
|
Loading…
Reference in a new issue