From bce649cba874ba7965ac894564e67e446a7854ff 2022-02-25 10:17:06 From: Matthias Bussonnier Date: 2022-02-25 10:17:06 Subject: [PATCH] formatting --- diff --git a/IPython/core/interactiveshell.py b/IPython/core/interactiveshell.py index 17aacfc..9012f0f 100644 --- a/IPython/core/interactiveshell.py +++ b/IPython/core/interactiveshell.py @@ -3680,7 +3680,7 @@ class InteractiveShell(SingletonConfigurable): del self.tempdirs # Restore user's cursor - if hasattr(self, "editing_mode") and self.editing_mode == 'vi': + if hasattr(self, "editing_mode") and self.editing_mode == "vi": sys.stdout.write("\x1b[0 q") sys.stdout.flush()