We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20346e5 commit a640f7cCopy full SHA for a640f7c
1 file changed
jose/utils.py
@@ -1,12 +1,9 @@
1
2
import base64
3
import struct
4
-import sys
5
-
6
7
# Piggyback of the backends implementation of the function that converts a long
8
# to a bytes stream. Some plumbing is necessary to have the signatures match.
9
10
try:
11
from cryptography.utils import int_to_bytes as _long_to_bytes
12
0 commit comments