Skip to content

Commit 28133f7

Browse files
committed
fix: linter issue
1 parent 185d2a3 commit 28133f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cve_bin_tool/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -549,7 +549,7 @@ def main(argv=None):
549549
args["nvd"] = "json-mirror"
550550
nvd_type = args["nvd"]
551551
if nvd_type == "api":
552-
LOGGER.warning(f"API 1.0 is deprecated, switching to API 2.0")
552+
LOGGER.warning("API 1.0 is deprecated, switching to API 2.0")
553553
nvd_type = "api2"
554554

555555
# If NVD API key is not set, check for environment variable (e.g. GitHub Secrets)

0 commit comments

Comments
 (0)