python layer not support for python async #7143
Labels
- Bug tracker -
Auto-completion
Python
Reported upstream
stale
marked as a stale issue/pr (usually by a bot)
My .spacemacs config like this :
dotspacemacs-configuration-layers
'(
git
org
php
python
vim
syntax-checking
version-control
But the python layer does't support for python async , for example :
async def get_stocks_by_range(params):
it would checked to said "invalid syntax" . Does it means there is a problem support for python layer? Or may be the syntax-checking layer?
The text was updated successfully, but these errors were encountered: