Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Mar 27, 2024
1 parent 69d06d0 commit 37470d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion enterprise_gateway/services/kernels/remotemanager.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@

from enterprise_gateway.mixins import EnterpriseGatewayConfigMixin

from ...metrics import KERNEL_SHUTDOWN_DURATION_SECONDS, KERNEL_START_DURATION_SECONDS
from ..processproxies.processproxy import BaseProcessProxyABC, LocalProcessProxy, RemoteProcessProxy
from ..sessions.kernelsessionmanager import KernelSessionManager
from ...metrics import KERNEL_START_DURATION_SECONDS, KERNEL_SHUTDOWN_DURATION_SECONDS

default_kernel_launch_timeout = float(os.getenv("EG_KERNEL_LAUNCH_TIMEOUT", "30"))
kernel_restart_status_poll_interval = float(os.getenv("EG_RESTART_STATUS_POLL_INTERVAL", 1.0))
Expand Down
1 change: 0 additions & 1 deletion enterprise_gateway/webapp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from typing import Any

from tornado import web
from tornado.web import RequestHandler
Expand Down

0 comments on commit 37470d3

Please sign in to comment.