-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Description
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.
Reactions are currently unavailable