X-Git-Url: https://git.notmuchmail.org/git?a=blobdiff_plain;f=bindings%2Fpython%2Fnotmuch%2Fmessages.py;h=76100ffbc3b0b14dd42f3b1e4198f5327ee5ae1b;hb=acb079e35726cc421b6a314ab4f26d5eb92feaf1;hp=97167bd160668b21fd25b862e1b45c848cc033ea;hpb=0687e2ae2350c04e465bf50abfd9db155c5eae14;p=notmuch diff --git a/bindings/python/notmuch/messages.py b/bindings/python/notmuch/messages.py index 97167bd1..76100ffb 100644 --- a/bindings/python/notmuch/messages.py +++ b/bindings/python/notmuch/messages.py @@ -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