Skip to content

Commit

Permalink
add type to context var
Browse files Browse the repository at this point in the history
  • Loading branch information
Zsailer committed Mar 30, 2023
1 parent f75e2e7 commit 440b2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jupyter_server/base/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def log():
return app_log


CURRENT_JUPYTER_HANDLER = contextvars.ContextVar("CURRENT_JUPYTER_HANDLER")
CURRENT_JUPYTER_HANDLER: JupyterHandler = contextvars.ContextVar("CURRENT_JUPYTER_HANDLER")


class AuthenticatedHandler(web.RequestHandler):
Expand Down

0 comments on commit 440b2f3

Please sign in to comment.