File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 23
23
24
24
from enterprise_gateway .mixins import EnterpriseGatewayConfigMixin
25
25
26
+ from ...metrics import KERNEL_SHUTDOWN_DURATION_SECONDS , KERNEL_START_DURATION_SECONDS
26
27
from ..processproxies .processproxy import BaseProcessProxyABC , LocalProcessProxy , RemoteProcessProxy
27
28
from ..sessions .kernelsessionmanager import KernelSessionManager
28
- from ...metrics import KERNEL_START_DURATION_SECONDS , KERNEL_SHUTDOWN_DURATION_SECONDS
29
29
30
30
default_kernel_launch_timeout = float (os .getenv ("EG_KERNEL_LAUNCH_TIMEOUT" , "30" ))
31
31
kernel_restart_status_poll_interval = float (os .getenv ("EG_RESTART_STATUS_POLL_INTERVAL" , 1.0 ))
Original file line number Diff line number Diff line change 1
- from typing import Any
2
1
3
2
from tornado import web
4
3
from tornado .web import RequestHandler
You can’t perform that action at this time.
0 commit comments