aboutsummaryrefslogtreecommitdiffhomepage
path: root/bindings/python/notmuch/threads.py
diff options
context:
space:
mode:
Diffstat (limited to 'bindings/python/notmuch/threads.py')
-rw-r--r--bindings/python/notmuch/threads.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bindings/python/notmuch/threads.py b/bindings/python/notmuch/threads.py
index 690206ef..225f5246 100644
--- a/bindings/python/notmuch/threads.py
+++ b/bindings/python/notmuch/threads.py
@@ -172,7 +172,7 @@ class Threads(Python3StringMixIn):
_destroy = nmlib.notmuch_threads_destroy
_destroy.argtypes = [NotmuchThreadsP]
- _destroy.argtypes = None
+ _destroy.restype = None
def __del__(self):
"""Close and free the notmuch Threads"""