From 7426569514ff43d0ee32b136fa72c3bb4a0b650a Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Wed, 20 Jan 2021 13:33:07 +0100 Subject: widgets/search: remove unused variable --- alot/widgets/search.py | 1 - 1 file changed, 1 deletion(-) (limited to 'alot/widgets') diff --git a/alot/widgets/search.py b/alot/widgets/search.py index 4036d187..d511f2f7 100644 --- a/alot/widgets/search.py +++ b/alot/widgets/search.py @@ -21,7 +21,6 @@ class ThreadlineWidget(urwid.AttrMap): self.dbman = dbman self.tid = tid self.thread = None # will be set by refresh() - self.tag_widgets = [] self.structure = None self.rebuild() normal = self.structure['normal'] -- cgit v1.2.3