vscode type checking issue for python
I am using vscode with type checking mode at basic. My code is working properly but I still get the red squiggly line underneath the model. I am using fastapi and sqlite for the database. It is a basic todo app.