mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-21 18:38:08 +01:00
python: add missing import
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
parent
10f4724a8d
commit
e3d34ef0af
1 changed files with 1 additions and 0 deletions
|
@ -28,6 +28,7 @@ from .globals import (
|
|||
NotmuchMessagesP,
|
||||
)
|
||||
from .errors import (
|
||||
NotmuchError,
|
||||
NullPointerError,
|
||||
NotInitializedError,
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue