pympv
pympv copied to clipboard
`async` becomes a keyword in Py 3.7
Regarding async
parameter for command
and set_property
:
W606 'async' and 'await' are reserved keywords starting with Python 3.7
Better safe than sorry and guard against that change before it goes live :)