It's no longer needed since we only support Python 3.6+.
#765 observed that import asyncio takes a long time, so keep those imports at function scope to avoid longer startup time.
A future task is to figure out how to remove the use of asyncio so that other libraries such as Trio could be used instead.
It's no longer needed since we only support Python 3.6+.
#765 observed that
import asynciotakes a long time, so keep those imports at function scope to avoid longer startup time.A future task is to figure out how to remove the use of
asyncioso that other libraries such as Trio could be used instead.