mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-22 02:48:08 +01:00
python: remove unused but imported symbol
Signed-off-by: Justus Winter <4winter@informatik.uni-hamburg.de>
This commit is contained in:
parent
4c31cc615b
commit
c471d44837
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Copyright 2010 Sebastian Spaeth <Sebastian@SSpaeth.de>'
|
|||
"""
|
||||
from ctypes import c_char_p
|
||||
from notmuch.globals import (nmlib, STATUS, NotmuchError,
|
||||
NotmuchFilenamesP, NotmuchMessageP, _str, Python3StringMixIn)
|
||||
NotmuchFilenamesP, NotmuchMessageP, Python3StringMixIn)
|
||||
|
||||
|
||||
class Filenames(Python3StringMixIn):
|
||||
|
|
Loading…
Reference in a new issue