Skip to content

Commit bc9ed49

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 7935ff3 commit bc9ed49

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_cose_sample_with_encode.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1103,4 +1103,3 @@ def test_cose_usage_examples_cose_signature_countersignature(self):
11031103
countersignature = COSEMessage.from_cose_signature(sig)
11041104
assert countersignature.protected[1] == -8 # alg: "EdDSA"
11051105
assert countersignature.unprotected[4] == b"01" # kid: b"01"
1106-

0 commit comments

Comments
 (0)