]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/messages.py
python: remove now unused import of module sys
[notmuch] / bindings / python / notmuch / messages.py
index 97167bd160668b21fd25b862e1b45c848cc033ea..76100ffbc3b0b14dd42f3b1e4198f5327ee5ae1b 100644 (file)
@@ -31,8 +31,6 @@ from .errors import (
 from .tag import Tags
 from .message import Message
 
-import sys
-
 class Messages(object):
     """Represents a list of notmuch messages