Skip to content

Commit

Permalink
we still need sys
Browse files Browse the repository at this point in the history
  • Loading branch information
graingert authored Mar 4, 2021
1 parent 2766dc0 commit d8c836f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sniffio/_impl.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
from contextvars import ContextVar
from typing import Optional
import sys

current_async_library_cvar = ContextVar(
"current_async_library_cvar", default=None
Expand Down

0 comments on commit d8c836f

Please sign in to comment.