diff --git a/cnotmuch/database.py b/cnotmuch/database.py index 82c4f2bc..50c182bd 100644 --- a/cnotmuch/database.py +++ b/cnotmuch/database.py @@ -155,9 +155,6 @@ class Query(object): #------------------------------------------------------------------------------ class Tags(object): """Wrapper around notmuch_tags_t""" - class notmuch_tags_t(ctypes.Structure): - """the opaque tags struct that is returned by functions.""" - pass #notmuch_tags_get _get = nmlib.notmuch_tags_get