Skip to content

Commit 8d3d2be

Browse files
authored
Apply suggestions from code review
1 parent 1827086 commit 8d3d2be

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pymdoccbor/mso/issuer.py

+2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
import hashlib
44
import secrets
55
import uuid
6+
import logging
67

8+
logger = logging.getLogger("pymdoccbor")
79

810
from pycose.headers import Algorithm
911
from pycose.keys import CoseKey

0 commit comments

Comments
 (0)