summaryrefslogtreecommitdiff
path: root/py-fake-service/app/adapter/mailset.py
diff options
context:
space:
mode:
Diffstat (limited to 'py-fake-service/app/adapter/mailset.py')
-rw-r--r--py-fake-service/app/adapter/mailset.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/py-fake-service/app/adapter/mailset.py b/py-fake-service/app/adapter/mailset.py
index d08a58cb..2d9707ab 100644
--- a/py-fake-service/app/adapter/mailset.py
+++ b/py-fake-service/app/adapter/mailset.py
@@ -22,7 +22,10 @@ class MailSet:
mail.status.append('read')
def delete(self, mail_id):
- """ Returns True if the email got purged, else returns False meaning the email got moved to trash """
+ """
+ Returns True if the email got purged,
+ else returns False meaning the email got moved to trash
+ """
mail = self.get(mail_id)
if 'trash' in mail.tags: