From 0ba31f877c7ae8b1013482880358f9ccf47776b5 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 18 Oct 2019 23:16:52 +0200 Subject: Fix pylint errors - wrong command path - pylint bug regarding slots --- poezio/windows/inputs.py | 1 + 1 file changed, 1 insertion(+) (limited to 'poezio/windows') 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: -- cgit v1.2.3