Skip to content

Commit 3e37bdd

Browse files
committed
uasyncio: Move test_call_soon.py to uasyncio.core, as it needs only it.
Also, rename as example.
1 parent 4bc5ab9 commit 3e37bdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uasyncio/test_call_soon.py renamed to uasyncio.core/example_call_soon.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import uasyncio as asyncio
1+
import uasyncio.core as asyncio
22
import time
33

44

0 commit comments

Comments
 (0)