Skip to content

Commit 0b3e4d5

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 86f4b2c commit 0b3e4d5

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)