We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb57707 commit 11ba8eaCopy full SHA for 11ba8ea
1 file changed
tests/test_timeout.py
@@ -6,10 +6,7 @@
6
7
from async_timeout import timeout
8
9
-try:
10
- from asyncio import ensure_future
11
-except ImportError:
12
- ensure_future = asyncio.async
+from asyncio import ensure_future
13
14
15
def create_future(loop):
0 commit comments