sqlalchemy使用vscode报错
Instance of 'SQLAlchemy' has no 'Table' member (no-member)
但是代码正常运行,在stackoverflow.com获得答案,记录下
打开vscode文件->首选项->设置->扩展,在setting.json中设置,添加
"python.linting.pylintArgs": ["--load-plugins", "pylint_flask"]
重启vscode解决
sqlalchemy使用vscode报错
Instance of 'SQLAlchemy' has no 'Table' member (no-member)
但是代码正常运行,在stackoverflow.com获得答案,记录下
打开vscode文件->首选项->设置->扩展,在setting.json中设置,添加
"python.linting.pylintArgs": ["--load-plugins", "pylint_flask"]
重启vscode解决
内容版权声明:除非注明,否则皆为本站原创文章。