We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f75e2e7 commit 440b2f3Copy full SHA for 440b2f3
jupyter_server/base/handlers.py
@@ -67,7 +67,7 @@ def log():
67
return app_log
68
69
70
-CURRENT_JUPYTER_HANDLER = contextvars.ContextVar("CURRENT_JUPYTER_HANDLER")
+CURRENT_JUPYTER_HANDLER: JupyterHandler = contextvars.ContextVar("CURRENT_JUPYTER_HANDLER")
71
72
73
class AuthenticatedHandler(web.RequestHandler):
0 commit comments