Skip to content

Commit 053f5ca

Browse files
committed
Soothe ruff
1 parent 3fa454a commit 053f5ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/sage/repl/ipython_kernel/install.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,8 @@ def check(cls):
261261
'check your Jupyter configuration '
262262
'(see https://docs.jupyter.org/en/latest/use/jupyter-directories.html)')
263263
else:
264-
import sys, shutil
264+
import sys
265+
import shutil
265266
from pathlib import Path
266267
if Path(shutil.which(spec.argv[0])).resolve() != Path(sys.executable).resolve():
267268
warnings.warn(f'The kernel named {ident} does not seem to correspond to this '

0 commit comments

Comments
 (0)