Commit a873979d authored by Stefan Behnel's avatar Stefan Behnel

remove unused import in test

parent 9ae72127
......@@ -3,9 +3,6 @@
# tag: pep492, asyncfor, await
import types
def run_async(coro):
#assert coro.__class__ is types.GeneratorType
assert coro.__class__.__name__ in ('coroutine', 'GeneratorWrapper'), coro.__class__.__name__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment