We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2766dc0 commit d8c836fCopy full SHA for d8c836f
sniffio/_impl.py
@@ -1,5 +1,6 @@
1
from contextvars import ContextVar
2
from typing import Optional
3
+import sys
4
5
current_async_library_cvar = ContextVar(
6
"current_async_library_cvar", default=None
0 commit comments