##// END OF EJS Templates
Remove redundant newline
Artur Svistunov -
Show More
@@ -201,7 +201,6 b' class TerminalInteractiveShell(InteractiveShell):'
201 201
202 202 return self.editing_mode
203 203
204
205 204 @observe("editing_mode")
206 205 def _editing_mode_changed(self, change):
207 206 u_mode = change.new.upper()
General Comments 0
You need to be logged in to leave comments. Login now