##// END OF EJS Templates
autoreformat with darker
Matthias Bussonnier -
Show More
@@ -334,7 +334,8 b' class TerminalInteractiveShell(InteractiveShell):'
334 334 enable_open_in_editor=self.extra_open_editor_shortcuts,
335 335 color_depth=self.color_depth,
336 336 tempfile_suffix=".py",
337 **self._extra_prompt_options())
337 **self._extra_prompt_options()
338 )
338 339
339 340 def _make_style_from_name_or_cls(self, name_or_cls):
340 341 """
General Comments 0
You need to be logged in to leave comments. Login now