Skip to content

Commit

Permalink
nocover
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkusSintonen committed Jun 10, 2024
1 parent da35105 commit 1e86731
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion httpcore/_synchronization.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
if sys.version_info >= (3, 11):
import asyncio as asyncio_timeout
else:
import async_timeout as asyncio_timeout
import async_timeout as asyncio_timeout # pragma: nocover


AsyncBackend = Literal["asyncio", "trio"]
Expand Down

0 comments on commit 1e86731

Please sign in to comment.