summaryrefslogtreecommitdiffstats
path: root/ptpython/filters.py
diff options
context:
space:
mode:
Diffstat (limited to 'ptpython/filters.py')
-rw-r--r--ptpython/filters.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/ptpython/filters.py b/ptpython/filters.py
index 1adac13..be85edf 100644
--- a/ptpython/filters.py
+++ b/ptpython/filters.py
@@ -10,6 +10,7 @@ __all__ = ["HasSignature", "ShowSidebar", "ShowSignature", "ShowDocstring"]
class PythonInputFilter(Filter):
def __init__(self, python_input: "PythonInput") -> None:
+ super().__init__()
self.python_input = python_input
def __call__(self) -> bool: