]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/thread.py
remove unused imports
[notmuch] / bindings / python / notmuch / thread.py
index dbd6c0ff6eadaeda734ed8a4baa8c1dca65a34c2..c575c88dc185c0e55264656ad78c658d7f3730ed 100644 (file)
@@ -17,7 +17,7 @@ along with notmuch.  If not, see <http://www.gnu.org/licenses/>.
 Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
 """
 
-from ctypes import c_char_p, c_void_p, c_long, c_int
+from ctypes import c_char_p, c_long, c_int
 from notmuch.globals import (nmlib, STATUS,
     NotmuchError, NotmuchThreadP, NotmuchThreadsP, NotmuchMessagesP,
     NotmuchTagsP,)