summaryrefslogtreecommitdiff
path: root/alot/send.py
diff options
context:
space:
mode:
Diffstat (limited to 'alot/send.py')
-rw-r--r--alot/send.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/send.py b/alot/send.py
index 02fdc683..c81b7947 100644
--- a/alot/send.py
+++ b/alot/send.py
@@ -50,7 +50,6 @@ class Sender:
class SendmailSender(Sender):
-
def __init__(self, sendmail_cmd, mailbox=None):
self.cmd = sendmail_cmd
self.mailbox = mailbox