Skip to content

Commit 1a129ea

Browse files
committed
reformat
1 parent 35aa72c commit 1a129ea

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/cryptojwt/exception.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,6 @@ class HTTPException(JWKESTException):
118118
class UnsupportedECurve(Unsupported):
119119
pass
120120

121+
121122
class UnsupportedOKPCurve(Unsupported):
122123
pass

src/cryptojwt/jwk/jwk.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
from cryptography.hazmat import backends
66
from cryptography.hazmat.primitives.asymmetric import ec
7-
from cryptography.hazmat.primitives.asymmetric import rsa
87
from cryptography.hazmat.primitives.asymmetric import ed448
98
from cryptography.hazmat.primitives.asymmetric import ed25519
9+
from cryptography.hazmat.primitives.asymmetric import rsa
1010
from cryptography.hazmat.primitives.asymmetric.rsa import rsa_crt_dmp1
1111
from cryptography.hazmat.primitives.asymmetric.rsa import rsa_crt_dmq1
1212
from cryptography.hazmat.primitives.asymmetric.rsa import rsa_crt_iqmp

0 commit comments

Comments
 (0)