I am trying to skip multiple line queries using bandit in my python query. I have tried to use #nosec
but still there is bandit issue showing
Example:
"""#nosec""" ;Query = f"""Select username,id,email_id,address from User where username ='John'"""