Skip to content

Commit f852106

Browse files
committed
Ran ruff
1 parent f6c7cd5 commit f852106

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tests/test_21_pss.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,7 @@
77
import test_vector
88

99

10-
@pytest.mark.parametrize(
11-
"alg",
12-
["RS256", "RS384", "RS512", "PS256", "PS384", "PS512"]
13-
)
10+
@pytest.mark.parametrize("alg", ["RS256", "RS384", "RS512", "PS256", "PS384", "PS512"])
1411
def test_jws_rsa_signer_and_verifier(alg):
1512
_jwk_dict = json.loads(test_vector.json_rsa_priv_key)
1613
_key = key_from_jwk_dict(_jwk_dict)

0 commit comments

Comments
 (0)