summaryrefslogtreecommitdiff
path: root/poezio/windows/inputs.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/windows/inputs.py')
-rw-r--r--poezio/windows/inputs.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/poezio/windows/inputs.py b/poezio/windows/inputs.py
index c0c73419..84b95599 100644
--- a/poezio/windows/inputs.py
+++ b/poezio/windows/inputs.py
@@ -601,6 +601,7 @@ class HistoryInput(Input):
self.key_func['^R'] = self.toggle_search
self.search = False
if config.get('separate_history'):
+ # pylint: disable=assigning-non-slot
self.history = [] # type: List[str]
def toggle_search(self) -> None: