]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/filenames.py
python: cleanup imports
[notmuch] / bindings / python / notmuch / filenames.py
index 9e5d1a30f744749e8aa0bf1ba8dba4c6aae824cb..f8f383e4fd5370d2ad3b801ec36ae4ae427ee6c1 100644 (file)
@@ -19,7 +19,6 @@ Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>
 from ctypes import c_char_p
 from .globals import (
     nmlib,
-    NotmuchMessageP,
     NotmuchFilenamesP,
     Python3StringMixIn,
 )