]> git.notmuchmail.org Git - notmuch/blobdiff - bindings/python/notmuch/thread.py
pep8 fixes
[notmuch] / bindings / python / notmuch / thread.py
index d903c76197e88a7490f595ee23f1e8882b68da7a..dbd6c0ff6eadaeda734ed8a4baa8c1dca65a34c2 100644 (file)
@@ -247,7 +247,6 @@ class Thread(object):
             raise NotmuchError(STATUS.NOT_INITIALIZED)
         return Thread._get_thread_id(self._thread)
 
-
     _get_total_messages = nmlib.notmuch_thread_get_total_messages
     _get_total_messages.argtypes = [NotmuchThreadP]
     _get_total_messages.restype = c_int