mirror of
https://git.notmuchmail.org/git/notmuch
synced 2025-02-17 23:53:15 +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,
|
NotmuchMessagesP,
|
||||||
)
|
)
|
||||||
from .errors import (
|
from .errors import (
|
||||||
|
NotmuchError,
|
||||||
NullPointerError,
|
NullPointerError,
|
||||||
NotInitializedError,
|
NotInitializedError,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue