VSCODE PYLANCE ISSUE
While converting a string with capitalize() in python system is giving error: "capitalize is not a known member of None" Pylance(ReportOptionalMemberAccess). This error is coming for lower(), casefold() or upper()
Please suggest how to get rid of this.
I need to pass both the lower and upper case string as query.