##// END OF EJS Templates
Remove empty line for linter
Alexander Steppke -
Show More
@@ -325,7 +325,6 b' class TerminalInteractiveShell(InteractiveShell):'
325 allow_none=True,
325 allow_none=True,
326 ).tag(config=True)
326 ).tag(config=True)
327
327
328
329 def _set_autosuggestions(self, provider):
328 def _set_autosuggestions(self, provider):
330 if provider is None:
329 if provider is None:
331 self.auto_suggest = None
330 self.auto_suggest = None
General Comments 0
You need to be logged in to leave comments. Login now