Skip to content

Commit

Permalink
chore: remove unused sms vendor api client (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ang-m4 authored Feb 24, 2025
1 parent 02eb091 commit f1bd0da
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 102 deletions.
54 changes: 0 additions & 54 deletions eox_nelp/api_clients/sms_vendor.py

This file was deleted.

47 changes: 0 additions & 47 deletions eox_nelp/api_clients/tests/test_sms_vendor.py

This file was deleted.

2 changes: 1 addition & 1 deletion eox_nelp/one_time_password/api/v1/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@
from django.core.cache import cache
from django.http import JsonResponse
from edx_rest_framework_extensions.auth.session.authentication import SessionAuthenticationAllowInactiveUser
from nelc_api_clients.clients.sms_vendor import SMSVendorApiClient
from rest_framework import status
from rest_framework.decorators import api_view, authentication_classes, permission_classes
from rest_framework.permissions import IsAuthenticated
from rest_framework.response import Response

from eox_nelp.api_clients.sms_vendor import SMSVendorApiClient
from eox_nelp.one_time_password.generators import generate_otp_code
from eox_nelp.one_time_password.view_decorators import validate_otp

Expand Down

0 comments on commit f1bd0da

Please sign in to comment.