I am getting an "undefined variable from import" error with pydev.Even though the application runs without any issues.
The variable in question (db_session) is declared in a module called init.py
My understanding is that it might be a path issue, but this isn't an external library. Just a variable that I have declared myself