aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/note.py
diff options
context:
space:
mode:
Diffstat (limited to 'servo/models/note.py')
-rw-r--r--servo/models/note.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/servo/models/note.py b/servo/models/note.py
index ad92f7e..f5b8c15 100644
--- a/servo/models/note.py
+++ b/servo/models/note.py
@@ -349,9 +349,7 @@ class Note(MPTTModel):
return r.exclude(status='FAILED').exists()
def send_mail(self, user):
- """
- Sends this note as an email
- """
+ """Sends this note as an email"""
mailto = self.mailto()
# Only send the same note once