summaryrefslogtreecommitdiff
path: root/poezio/core/tabs.py
diff options
context:
space:
mode:
Diffstat (limited to 'poezio/core/tabs.py')
-rw-r--r--poezio/core/tabs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/poezio/core/tabs.py b/poezio/core/tabs.py
index a789100d..536d7d62 100644
--- a/poezio/core/tabs.py
+++ b/poezio/core/tabs.py
@@ -293,7 +293,7 @@ class Tabs:
def _validate_current_index(self):
if not 0 <= self._current_index < len(
self._tabs) or not self.current_tab:
- self.prev()
+ self.prev() # pylint: disable=not-callable
def _collect_trailing_gaptabs(self):
"""Remove trailing gap tabs if any"""