Skip to content

Commit

Permalink
remove context vars
Browse files Browse the repository at this point in the history
  • Loading branch information
sigmarkarl committed Jan 15, 2024
1 parent b221541 commit 8daff7a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions jupyter_server/base/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Distributed under the terms of the Modified BSD License.
from __future__ import annotations

import contextvars
import functools
import inspect
import ipaddress
Expand Down Expand Up @@ -59,7 +58,6 @@
from jupyter_server.services.kernels.kernelmanager import AsyncMappingKernelManager
from jupyter_server.services.sessions.sessionmanager import SessionManager

_current_request_var: contextvars.ContextVar = contextvars.ContextVar("current_request")
# -----------------------------------------------------------------------------
# Top-level handlers
# -----------------------------------------------------------------------------
Expand Down

0 comments on commit 8daff7a

Please sign in to comment.