diff options
Diffstat (limited to 'tests/micropython/ringio_async.py')
-rw-r--r-- | tests/micropython/ringio_async.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/micropython/ringio_async.py b/tests/micropython/ringio_async.py index 2a4befc35..0db146451 100644 --- a/tests/micropython/ringio_async.py +++ b/tests/micropython/ringio_async.py @@ -1,9 +1,7 @@ # Check that micropython.RingIO works correctly with asyncio.Stream. -import micropython - try: - import asyncio + import asyncio, micropython asyncio.StreamWriter micropython.RingIO |