diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py index 1e24078..4a46f27 100644 --- a/IPython/terminal/interactiveshell.py +++ b/IPython/terminal/interactiveshell.py @@ -325,7 +325,6 @@ class TerminalInteractiveShell(InteractiveShell): allow_none=True, ).tag(config=True) - def _set_autosuggestions(self, provider): if provider is None: self.auto_suggest = None