]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/filename.py
remove unused imports
[notmuch] / bindings / python / notmuch / filename.py
index 077754e01c15109a76c28062a8dbfd84e5883144..6b332a92a1733ce11793a7a1e514ec75bc181153 100644 (file)
@@ -18,7 +18,7 @@ Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
 """
 from ctypes import c_char_p
 from notmuch.globals import (nmlib, STATUS, NotmuchError,
-    NotmuchFilenamesP, NotmuchMessagesP, NotmuchMessageP)
+    NotmuchFilenamesP, NotmuchMessageP)
 
 
 class Filenames(object):