Skip to content

Commit 17adf6a

Browse files
committed
Removed unused imports
1 parent 613aa20 commit 17adf6a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/cryptojwt/jwk/jwk.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
import json
33
import os
44

5-
from cryptography import x509
65
from cryptography.hazmat import backends
7-
from cryptography.hazmat.backends import default_backend
8-
from cryptography.hazmat.primitives import serialization
96
from cryptography.hazmat.primitives.asymmetric import ec
107
from cryptography.hazmat.primitives.asymmetric import rsa
118
from cryptography.hazmat.primitives.asymmetric.rsa import rsa_crt_dmp1

0 commit comments

Comments
 (0)