Error:Instance of 'SQLAlchemy' has no 'foo' member'
Solution:
Visual Studio Code: Open File > Preferences > Settings > Edit in settings.json -> and paste this :
{
"python.linting.pylintArgs": [
"--load-plugins",
"pylint-flask"
]