Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jan 1, 2023
1 parent 7935ff3 commit bc9ed49
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_cose_sample_with_encode.py
Expand Up @@ -1103,4 +1103,3 @@ def test_cose_usage_examples_cose_signature_countersignature(self):
countersignature = COSEMessage.from_cose_signature(sig)
assert countersignature.protected[1] == -8 # alg: "EdDSA"
assert countersignature.unprotected[4] == b"01" # kid: b"01"

0 comments on commit bc9ed49

Please sign in to comment.