async is a keyword at python 3.7.
`from asyncio import async as ensure_future`
That will raise a SyntaxError.
- related to
-
MOTOR-249 Add Python 3.7 to test matrix
- Closed
async is a keyword at python 3.7.
`from asyncio import async as ensure_future`
That will raise a SyntaxError.
MOTOR-249 Add Python 3.7 to test matrix