Skip to content

Commit d8c836f

Browse files
authored
we still need sys
1 parent 2766dc0 commit d8c836f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sniffio/_impl.py

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
from contextvars import ContextVar
22
from typing import Optional
3+
import sys
34

45
current_async_library_cvar = ContextVar(
56
"current_async_library_cvar", default=None

0 commit comments

Comments
 (0)