Resolving VS Code Warnings

I’m getting the following warnings on VS Code:

Hovering over the items show:

Import "personal.RoomControls" could not be resolved Pylance reportMissingImports
No quick fixes available

Any hints what I should look for (FYI, I am a VS Code Noob) …

Code runs fine … but cant figure out why I get the warnings!

Suggestions on how to resolve this are made on stackoverflow: 'Import "Path.to.own.script" could not be resolved Pylance (reportMissingImports)' in VS Code using Python 3.x on Ubuntu 20.04 LTS - Stack Overflow

1 Like

There is a .pylintrc file in the Helper Library that addresses most of the linting warnings and errors that will pop-up.

1 Like