Skip to content

Commit aea501a

Browse files
committed
uasyncio.core: Import utime unconditionally, uasyncio depends on MicroPython.
1 parent b2f69eb commit aea501a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

uasyncio.core/uasyncio/core.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
1-
try:
2-
import utime as time
3-
except ImportError:
4-
import time
1+
import utime as time
52
import utimeq
63

74

0 commit comments

Comments
 (0)