Skip to content

Commit 0770c7d

Browse files
authored
remove unused import
1 parent 752abd2 commit 0770c7d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

jose/backends/cryptography_backend.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
from cryptography.exceptions import InvalidSignature, InvalidTag
55
from cryptography.hazmat.backends import default_backend
6-
from cryptography.hazmat.bindings.openssl.binding import Binding
76
from cryptography.hazmat.primitives import hashes, hmac, serialization
87
from cryptography.hazmat.primitives.asymmetric import ec, padding, rsa
98
from cryptography.hazmat.primitives.asymmetric.utils import decode_dss_signature, encode_dss_signature

0 commit comments

Comments
 (0)