1
0
Fork 0

clear code

This commit is contained in:
Pietro Mingo 2022-07-29 16:20:38 +02:00
parent b02fd73d1c
commit 8f944190ad
5 changed files with 26 additions and 93 deletions

View file

@ -10,7 +10,3 @@ class EmailTransport:
return message
def get_email_from_string(self, contents):
message = email.message_from_string(contents)
return message