Skip to content

Commit 11ba8ea

Browse files
committed
Drop asyncio.async
1 parent cb57707 commit 11ba8ea

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_timeout.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66

77
from async_timeout import timeout
88

9-
try:
10-
from asyncio import ensure_future
11-
except ImportError:
12-
ensure_future = asyncio.async
9+
from asyncio import ensure_future
1310

1411

1512
def create_future(loop):

0 commit comments

Comments
 (0)