##// END OF EJS Templates
autoreformat with darker
Matthias Bussonnier -
Show More
@@ -334,7 +334,8 b' class TerminalInteractiveShell(InteractiveShell):'
334 enable_open_in_editor=self.extra_open_editor_shortcuts,
334 enable_open_in_editor=self.extra_open_editor_shortcuts,
335 color_depth=self.color_depth,
335 color_depth=self.color_depth,
336 tempfile_suffix=".py",
336 tempfile_suffix=".py",
337 **self._extra_prompt_options())
337 **self._extra_prompt_options()
338 )
338
339
339 def _make_style_from_name_or_cls(self, name_or_cls):
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