diff options
Diffstat (limited to 'jwt/algorithms.py')
-rw-r--r-- | jwt/algorithms.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jwt/algorithms.py b/jwt/algorithms.py index ab9ae03..427dafd 100644 --- a/jwt/algorithms.py +++ b/jwt/algorithms.py @@ -3,7 +3,7 @@ import hmac import sys from jwt import register_algorithm -from utils import constant_time_compare +from jwt.utils import constant_time_compare if sys.version_info >= (3, 0, 0): unicode = str |