diff options
Diffstat (limited to 'tests/basics/async_with2.py')
| -rw-r--r-- | tests/basics/async_with2.py | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/basics/async_with2.py b/tests/basics/async_with2.py index 4dd138624..44421ae91 100644 --- a/tests/basics/async_with2.py +++ b/tests/basics/async_with2.py @@ -1,9 +1,6 @@ # test waiting within async with enter/exit functions -try: - import usys as sys -except ImportError: - import sys +import sys if sys.implementation.name == 'micropython': # uPy allows normal generators to be awaitables coroutine = lambda f: f |
