summaryrefslogtreecommitdiff
path: root/jwt/algorithms.py
diff options
context:
space:
mode:
Diffstat (limited to 'jwt/algorithms.py')
-rw-r--r--jwt/algorithms.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/jwt/algorithms.py b/jwt/algorithms.py
index 80d303c..277f940 100644
--- a/jwt/algorithms.py
+++ b/jwt/algorithms.py
@@ -475,7 +475,6 @@ if has_crypto:
@staticmethod
def to_jwk(key_obj):
-
if isinstance(key_obj, EllipticCurvePrivateKey):
public_numbers = key_obj.public_key().public_numbers()
elif isinstance(key_obj, EllipticCurvePublicKey):