From 3f7e7bd9cace057c348a7a01af7476611bd22c9f Mon Sep 17 00:00:00 2001 From: mathieui Date: Sun, 14 Mar 2021 12:26:55 +0100 Subject: fix: pylint bogus errors --- poezio/core/tabs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'poezio/core/tabs.py') 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""" -- cgit v1.2.3