summaryrefslogtreecommitdiff
path: root/poezio/tabs
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-03-14 22:41:56 +0100
committermathieui <mathieui@mathieui.net>2021-04-02 17:44:36 +0200
commit14c09ce1cdbf6dc114a5a7acc085431c3430865e (patch)
tree3b01036ae396c2d8d8dd70281a83b75417a16aa6 /poezio/tabs
parent4b198be9771594a28824cc082e737fe15ab681ec (diff)
downloadpoezio-14c09ce1cdbf6dc114a5a7acc085431c3430865e.tar.gz
poezio-14c09ce1cdbf6dc114a5a7acc085431c3430865e.tar.bz2
poezio-14c09ce1cdbf6dc114a5a7acc085431c3430865e.tar.xz
poezio-14c09ce1cdbf6dc114a5a7acc085431c3430865e.zip
make pylint happy
(for now)
Diffstat (limited to 'poezio/tabs')
-rw-r--r--poezio/tabs/basetabs.py3
1 files changed, 0 insertions, 3 deletions
diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py
index 0c59b89c..fee54adb 100644
--- a/poezio/tabs/basetabs.py
+++ b/poezio/tabs/basetabs.py
@@ -468,9 +468,6 @@ class Tab:
class GapTab(Tab):
- def __init__(self, core: Optional[Core], *args, **kwargs):
- super().__init__(core, **args, **kwargs)
-
def __bool__(self):
return False