summaryrefslogtreecommitdiff
path: root/poezio/tabs
diff options
context:
space:
mode:
authormathieui <mathieui@mathieui.net>2021-03-25 22:03:01 +0100
committermathieui <mathieui@mathieui.net>2021-04-02 17:44:36 +0200
commit7a9df693641fc68a4e5ba98ebdea9324892cbbc1 (patch)
tree0726366d73ff8e71987ca3a9ad22de842f962248 /poezio/tabs
parenta6e33a0c68f3eddc977df44615aceba7c3a1ab94 (diff)
downloadpoezio-7a9df693641fc68a4e5ba98ebdea9324892cbbc1.tar.gz
poezio-7a9df693641fc68a4e5ba98ebdea9324892cbbc1.tar.bz2
poezio-7a9df693641fc68a4e5ba98ebdea9324892cbbc1.tar.xz
poezio-7a9df693641fc68a4e5ba98ebdea9324892cbbc1.zip
fix: type errors for GapTab
Diffstat (limited to 'poezio/tabs')
-rw-r--r--poezio/tabs/basetabs.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/poezio/tabs/basetabs.py b/poezio/tabs/basetabs.py
index 33592c79..3d30fe80 100644
--- a/poezio/tabs/basetabs.py
+++ b/poezio/tabs/basetabs.py
@@ -468,6 +468,9 @@ class Tab:
class GapTab(Tab):
+ def __init__(self):
+ return
+
def __bool__(self):
return False