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()