]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/tag.py
python: remove unused but imported symbol
[notmuch] / bindings / python / notmuch / tag.py
index 71d81dd6bc46bdfd5bb3cffddfbea084b3d7b93b..d2dc498ca589b9622ba31c7c7c7dd372653660bb 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
 Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
 """
 from ctypes import c_char_p
-from notmuch.globals import nmlib, STATUS, NotmuchError, NotmuchTagsP, _str, Python3StringMixIn
+from notmuch.globals import nmlib, STATUS, NotmuchError, NotmuchTagsP, Python3StringMixIn
 
 
 class Tags(Python3StringMixIn):
 
 
 class Tags(Python3StringMixIn):