Skip to content

Commit a38c4c6

Browse files
committed
_uasyncio -> _asyncio
1 parent 28ef812 commit a38c4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asyncio/core.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# Import TaskQueue and Task, preferring built-in C code over Python code
1818
try:
19-
from _uasyncio import TaskQueue, Task
19+
from _asyncio import TaskQueue, Task
2020
except:
2121
from .task import TaskQueue, Task
2222

0 commit comments

Comments
 (0)