sqlalchemy使用vscode报错Instance of 'SQLAlchemy' has no 'Table' member的解决方法
- 2019-05-06 19:24:47
- 开发
- 48
- shevechco
sqlalchemy使用vscode报错
Instance of 'SQLAlchemy' has no 'Table' member (no-member)
但是代码正常运行,在stackoverflow.com获得答案,记录下
打开vscode文件->首选项->设置->扩展,在setting.json中设置,添加
"python.linting.pylintArgs": ["--load-plugins", "pylint_flask"]
重启vscode解决
内容版权声明:除非注明,否则皆为本站原创文章。
转载注明出处:http://www.sulao.cn/post/658