summaryrefslogtreecommitdiff
path: root/alot/helper.py
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2018-08-06 11:00:10 -0700
committerPatrick Totzke <patricktotzke@gmail.com>2018-08-06 20:04:09 +0100
commitec3e9eab40153efc7d59a779a4073f303d377a9d (patch)
tree780cf45f1e1c7fc286a81fb15f0ba2016d1cbb7e /alot/helper.py
parent4942ac7b8f803b8d5ab7e311cea17f18eee25041 (diff)
helper: remove unused Generator
Diffstat (limited to 'alot/helper.py')
-rw-r--r--alot/helper.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/helper.py b/alot/helper.py
index 2b076964..9992e6c8 100644
--- a/alot/helper.py
+++ b/alot/helper.py
@@ -15,7 +15,6 @@ import re
import shlex
import subprocess
import email
-from email.generator import Generator
from email.mime.audio import MIMEAudio
from email.mime.base import MIMEBase
from email.mime.image import MIMEImage