Skip to content

Commit 7ccc610

Browse files
committed
fix typing hint on test util
1 parent b808326 commit 7ccc610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test_paseto_key.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ def test_key_new_with_invalid_arg(self, purpose, key, msg):
3939

4040
def test_key_from_asymmetric_params(self):
4141

42-
def load_jwk(key_str: str) -> dict[str, Any]:
42+
def load_jwk(key_str: str) -> dict[str, bytes]:
4343
''' Helper akin to the one from pyseto test suite'''
4444

4545
jwk = webtoken.json_loads(key_str)

0 commit comments

Comments
 (0)