Skip to content

Commit ff7c694

Browse files
authored
Update tests/test_jwe.py
1 parent 8b1bf0d commit ff7c694

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_jwe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
import jose.backends
66
from jose import jwe
77
from jose.constants import ALGORITHMS, ZIPS
8-
from jose.exceptions import JWEParseError, JWEError
8+
from jose.exceptions import JWEError, JWEParseError
99
from jose.jwk import AESKey, RSAKey
1010
from jose.utils import base64url_decode
1111

0 commit comments

Comments
 (0)