diff --git a/IPython/core/completer.py b/IPython/core/completer.py index 9857c27..fb69375 100644 --- a/IPython/core/completer.py +++ b/IPython/core/completer.py @@ -1442,7 +1442,7 @@ class IPCompleter(Completer): else: return [] - def python_matches(self, text:str)->list[str]: + def python_matches(self, text:str)->List[str]: """Match attributes or global python names""" if "." in text: try: