diff --git a/src/utils.py b/src/utils.py index ebf3ec1..0724011 100644 --- a/src/utils.py +++ b/src/utils.py @@ -1,6 +1,6 @@ from joserfc import jwt, jwk, errors -from auth.exceptions import UnauthorizedException +from src.auth.exceptions import UnauthorizedException from src.config import settings