Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/group_config_calls' into print_r…
Browse files Browse the repository at this point in the history
…emote
  • Loading branch information
Quentin Peter committed Nov 15, 2023
2 parents 8b95bcd + 3a6be2d commit f85e829
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions spyder_kernels/console/kernel.py
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ def enable_faulthandler(self):

@comm_handler
def safe_exec(self, filename):
"""Exec file using ipykernelapp _exec_file"""
"""Safely execute a file using IPKernelApp._exec_file."""
self.parent._exec_file(filename)

@comm_handler
Expand Down Expand Up @@ -715,7 +715,6 @@ def set_special_kernel(self, special):
self.shell.special = special
return


if special == "sympy":
import sympy
sympy_init = "\n".join([
Expand Down

0 comments on commit f85e829

Please sign in to comment.