aboutsummaryrefslogtreecommitdiffstats
path: root/servo/models/note.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2015-11-16 11:49:17 +0200
committerFilipp Lepalaan <filipp@mac.com>2015-11-16 11:49:17 +0200
commit767debc0bd38361808c0ca29c89e6cf950eeb7f2 (patch)
treec5bf50d8ac1f674eb614a8c1372486f48a8b0ddc /servo/models/note.py
parentbda127bd38b496c64abeec6d5ba7c0a09eddcb3f (diff)
downloadServo-767debc0bd38361808c0ca29c89e6cf950eeb7f2.tar.gz
Servo-767debc0bd38361808c0ca29c89e6cf950eeb7f2.tar.bz2
Servo-767debc0bd38361808c0ca29c89e6cf950eeb7f2.zip
Cleanup
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