aboutcode-org / aboutcode-org/vulnerablecode
Use f-strings for better readability
Open
ui
- Dominant language
- Python
- Stars
- 702
- Forks
- 328
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 3
Description
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}."
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.