fix for upcoming ruff lint (#10891)

This commit is contained in:
Alex Gaynor 2024-04-25 18:51:24 -04:00 committed by GitHub
parent daca5c3e92
commit c65975377e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -620,7 +620,7 @@ def load_kasvs_ecdh_vectors(vector_data):
if len(parm) == 2:
names = parm[1].strip().split()
for n in names:
tags.append("[%s]" % n)
tags.append(f"[{n}]")
break
# Sets Metadata