summaryrefslogtreecommitdiff
path: root/web/apps/users/jwt_handler.py
diff options
context:
space:
mode:
Diffstat (limited to 'web/apps/users/jwt_handler.py')
-rw-r--r--web/apps/users/jwt_handler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/apps/users/jwt_handler.py b/web/apps/users/jwt_handler.py
index 7dfdb94..ff8fdaa 100644
--- a/web/apps/users/jwt_handler.py
+++ b/web/apps/users/jwt_handler.py
@@ -1,4 +1,4 @@
-from serializer import JWTUserProfileSerializer
+from .serializer import JWTUserProfileSerializer
# user jwt handler
def jwt_response_payload_handler(token, user=None, request=None):