Skip to content

Commit 6ced051

Browse files
committed
Fix docs build
1 parent bf15cef commit 6ced051

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

jupyter_server/gateway/gateway_client.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
from jupyter_events import EventLogger
1919
from tornado import web
2020
from tornado.httpclient import AsyncHTTPClient, HTTPClientError, HTTPResponse
21+
from tornado.httputil import HTTPHeaders
2122
from traitlets import (
2223
Bool,
2324
Float,
@@ -40,9 +41,6 @@
4041
STATUS_CODE_KEY = "status_code"
4142
MESSAGE_KEY = "msg"
4243

43-
if ty.TYPE_CHECKING:
44-
from tornado.httputil import HTTPHeaders
45-
4644

4745
class GatewayTokenRenewerMeta(ABCMeta, type(LoggingConfigurable)): # type: ignore[misc]
4846
"""The metaclass necessary for proper ABC behavior in a Configurable."""

0 commit comments

Comments
 (0)