mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
fix for upcoming ruff lint (#10891)
This commit is contained in:
parent
daca5c3e92
commit
c65975377e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue