From d4ad76fcfd10736797b80aa1d7827d8d32cffda0 2021-08-15 21:24:36 From: Artur Svistunov <18216480+madbird1304@users.noreply.github.com> Date: 2021-08-15 21:24:36 Subject: [PATCH] Remove unused variable --- diff --git a/IPython/terminal/interactiveshell.py b/IPython/terminal/interactiveshell.py index bcbc668..1792523 100644 --- a/IPython/terminal/interactiveshell.py +++ b/IPython/terminal/interactiveshell.py @@ -203,7 +203,6 @@ class TerminalInteractiveShell(InteractiveShell): @observe("editing_mode") def _editing_mode_changed(self, change): - u_mode = change.new.upper() if self.pt_app: self.init_prompt_toolkit_cli()