summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2021-01-31 10:21:09 +0100
committerAnton Khirnov <anton@khirnov.net>2021-01-31 10:21:09 +0100
commit50bcdf5aedb336e86278f02b89ac2725f3ea7940 (patch)
treefcd87fe672e9fb3282b1f573b0e9b9e17bcf1251
parent5f958ba7ffc7a3284c95d4a2f630efdfaab4cd20 (diff)
buffers/search: remove unused variable
-rw-r--r--alot/buffers/search.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/alot/buffers/search.py b/alot/buffers/search.py
index c7b92920..bf758c95 100644
--- a/alot/buffers/search.py
+++ b/alot/buffers/search.py
@@ -18,7 +18,6 @@ class IterWalker(urwid.ListWalker):
ThreadlineWidget widgets for displaying
"""
- _pipe = None
_dbman = None
_iter_done = False