Skip to content

Commit

Permalink
fix comments
Browse files Browse the repository at this point in the history
  • Loading branch information
NileshPant1999 committed Dec 17, 2023
1 parent 264889e commit 688f215
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/travelperk/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,6 @@
from rest_framework.response import Response
from rest_framework.views import status

from django.http import JsonResponse
from django.views.decorators.csrf import csrf_exempt
from django.views.decorators.http import require_POST
import json

from workato import Workato
from workato.exceptions import *

Expand All @@ -19,7 +14,6 @@
from apps.travelperk.serializers import TravelperkSerializer, TravelPerkConfigurationSerializer
from apps.travelperk.models import TravelPerk, TravelPerkConfiguration
from apps.travelperk.actions import connect_travelperk
from connectors.travelperk import exceptions as travelperk_exc

from .helpers import get_refresh_token_using_auth_code

Expand Down

0 comments on commit 688f215

Please sign in to comment.