|
It's because those plugins are using type annotations. plugins_mirror.py currently runs under python2 because there are still a lot of plugins that dont even parse under python3.
Either remove the type annotations or use the commnet based syntax for them that is compatible with python2
|