From 62ebcb337087f76b869c1cd77a507f450602d93c 2021-08-15 21:23:04 From: Artur Svistunov <18216480+madbird1304@users.noreply.github.com> Date: 2021-08-15 21:23:04 Subject: [PATCH] Remove redundant newline --- diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py index 142217a..bcbc668 100644 --- a/IPython/terminal/interactiveshell.py +++ b/IPython/terminal/interactiveshell.py @@ -201,7 +201,6 @@ class TerminalInteractiveShell(InteractiveShell): return self.editing_mode - @observe("editing_mode") def _editing_mode_changed(self, change): u_mode = change.new.upper()