From a02dfd4e31a09edd3720f8a1a20a48d83cefdd02 Mon Sep 17 00:00:00 2001 From: jain Date: Mon, 14 Aug 2023 15:23:41 +0530 Subject: [PATCH] login api with user type --- account/views.py | 1 - 1 file changed, 1 deletion(-) diff --git a/account/views.py b/account/views.py index 5b71b86..7a26d9e 100644 --- a/account/views.py +++ b/account/views.py @@ -7,7 +7,6 @@ from notifications.utils import remove_fcm_token from datetime import datetime, timedelta from rest_framework import viewsets, status, views from rest_framework.decorators import action -import random import logging from django.utils import timezone import jwt