File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 1818from jupyter_events import EventLogger
1919from tornado import web
2020from tornado .httpclient import AsyncHTTPClient , HTTPClientError , HTTPResponse
21- from tornado .httputil import HTTPHeaders
2221from traitlets import (
2322 Bool ,
2423 Float ,
4241MESSAGE_KEY = "msg"
4342
4443if ty .TYPE_CHECKING :
45- from http . cookies import Morsel
44+ from tornado . httputil import HTTPHeaders
4645
4746
4847class GatewayTokenRenewerMeta (ABCMeta , type (LoggingConfigurable )): # type: ignore[misc]
@@ -631,7 +630,7 @@ def load_connection_args(self, **kwargs):
631630
632631 return kwargs
633632
634- def update_cookies (self , headers : HTTPHeaders ) -> None :
633+ def update_cookies (self , headers : " HTTPHeaders" ) -> None :
635634 """Update cookies from response headers"""
636635
637636 if not self .accept_cookies :
You can’t perform that action at this time.
0 commit comments