Skip to content

Commit 8b1bf0d

Browse files
authored
Update jose/jwe.py
1 parent 6aa6356 commit 8b1bf0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jose/jwe.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
from . import jwk
88
from .backends import get_random_bytes
9-
from .constants import ALGORITHMS, ZIPS, JWE_SIZE_LIMIT
9+
from .constants import ALGORITHMS, JWE_SIZE_LIMIT, ZIPS
1010
from .exceptions import JWEError, JWEParseError
1111
from .utils import base64url_decode, base64url_encode, ensure_binary
1212

0 commit comments

Comments
 (0)