mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-12-01 07:04:10 +01:00
python: remove now unused import of module sys
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
parent
0687e2ae23
commit
db64b67bf8
1 changed files with 0 additions and 2 deletions
|
@ -31,8 +31,6 @@ from .errors import (
|
||||||
from .tag import Tags
|
from .tag import Tags
|
||||||
from .message import Message
|
from .message import Message
|
||||||
|
|
||||||
import sys
|
|
||||||
|
|
||||||
class Messages(object):
|
class Messages(object):
|
||||||
"""Represents a list of notmuch messages
|
"""Represents a list of notmuch messages
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue