How do I disable these error messages from popping up in the problems box in vs code
In your VS Code Settings (CTRL+COMMA)
CTRL+COMMA
"python.linting.pylintArgs": [ "--disable=W0614" ],
For more ideas: https://github.com/DonJayamanne/pythonVSCode/issues/570