Skip to content

Commit 35aa72c

Browse files
committed
isort
1 parent 8614a34 commit 35aa72c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_02_jwk.py

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

1010
import pytest
1111
from cryptography.hazmat.primitives.asymmetric import ec
12-
from cryptography.hazmat.primitives.asymmetric import rsa
1312
from cryptography.hazmat.primitives.asymmetric import ed448
1413
from cryptography.hazmat.primitives.asymmetric import ed25519
14+
from cryptography.hazmat.primitives.asymmetric import rsa
1515

1616
from cryptojwt.exception import DeSerializationNotPossible
1717
from cryptojwt.exception import UnsupportedAlgorithm

0 commit comments

Comments
 (0)