From @tdruez 's comments in https://github.com/nexB/vulnerablecode/issues/875 . Use f-strings for better readability: ``` search_string = request.GET["name"] "package_search": f"The VCIO DB does not contain a record of the package you entered: {search_string}." ```
From @tdruez 's comments in #875 .
Use f-strings for better readability: