jira-21 approve task API

This commit is contained in:
jain
2023-07-17 18:00:19 +05:30
parent 4779749b0c
commit 8f1f49de45
4 changed files with 16 additions and 4 deletions

View File

@ -38,7 +38,7 @@ from account.utils import (send_otp_email, send_support_email, custom_response,
from junior.serializers import JuniorProfileSerializer
from guardian.serializers import GuardianProfileSerializer
class GoogleLoginMixin:
class GoogleLoginMixin(object):
"""google login mixin"""
@staticmethod
def google_login(self, request):