From 767debc0bd38361808c0ca29c89e6cf950eeb7f2 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 16 Nov 2015 11:49:17 +0200 Subject: Cleanup --- servo/models/note.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'servo/models/note.py') 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 -- cgit v1.2.3