From c471d448379b13d8133dfc73b7bbec43964f26d2 Mon Sep 17 00:00:00 2001 From: Justus Winter <4winter@informatik.uni-hamburg.de> Date: Sat, 18 Feb 2012 00:57:59 +0100 Subject: [PATCH 1/1] python: remove unused but imported symbol Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de> --- bindings/python/notmuch/filename.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/python/notmuch/filename.py b/bindings/python/notmuch/filename.py index 3f541046..469b6a5a 100644 --- a/bindings/python/notmuch/filename.py +++ b/bindings/python/notmuch/filename.py @@ -18,7 +18,7 @@ Copyright 2010 Sebastian Spaeth ' """ from ctypes import c_char_p from notmuch.globals import (nmlib, STATUS, NotmuchError, - NotmuchFilenamesP, NotmuchMessageP, _str, Python3StringMixIn) + NotmuchFilenamesP, NotmuchMessageP, Python3StringMixIn) class Filenames(Python3StringMixIn): -- 2.43.0