Explorar el Código

fix formatting

Son NK hace 5 años
padre
commit
434f82a244
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      app/email_utils.py

+ 0 - 1
app/email_utils.py

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