From 000929ad8c4893d7fb73bee9c431352383dfce6f 2022-01-18 10:01:07 From: Alexander Steppke Date: 2022-01-18 10:01:07 Subject: [PATCH] Remove empty line for linter --- 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