Skip to content

Commit 8664ca0

Browse files
committed
please pre-commit
1 parent 2c0ddb0 commit 8664ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jupyter_server/services/kernels/kernelmanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040

4141
from jupyter_server._tz import isoformat, utcnow
4242
from jupyter_server.prometheus.metrics import KERNEL_CURRENTLY_RUNNING_TOTAL
43-
from jupyter_server.utils import ensure_async, import_item, to_os_path, ApiPath
43+
from jupyter_server.utils import ApiPath, ensure_async, import_item, to_os_path
4444

4545

4646
class MappingKernelManager(MultiKernelManager):

0 commit comments

Comments
 (0)