Skip to content

Commit b22a7fb

Browse files
proboscissobolevn
andauthored
Update returns/primitives/reawaitable.py
Co-authored-by: sobolevn <[email protected]>
1 parent 1f05117 commit b22a7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

returns/primitives/reawaitable.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# Try to use anyio.Lock, fall back to asyncio.Lock
66
try:
77
import anyio # noqa: WPS433
8-
except ImportError:
8+
except ImportError: # pragma: no cover
99
import asyncio # noqa: WPS433
1010

1111
Lock = asyncio.Lock

0 commit comments

Comments
 (0)