abacus: use f-string (#40431)

This commit is contained in:
Alec Scott 2023-10-11 10:48:32 -07:00 committed by GitHub
parent 3923b81d87
commit dae746bb96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -65,7 +65,7 @@ def edit(self, spec, prefix):
spec["fftw"].prefix,
spec["elpa"].prefix,
inc_var,
"{0}".format(spec["elpa"].version),
f"{spec['elpa'].version}",
spec["cereal"].prefix,
)
)