BOM-2352: Removed unused imports from lms/djangoapps/{email_marketing, experiments}
This commit is contained in:
@@ -4,15 +4,15 @@ Experimentation views
|
||||
|
||||
|
||||
from django.contrib.auth import get_user_model
|
||||
from django.db import transaction # lint-amnesty, pylint: disable=unused-import
|
||||
from django.http import Http404
|
||||
from django_filters.rest_framework import DjangoFilterBackend
|
||||
from edx_rest_framework_extensions.auth.jwt.authentication import JwtAuthentication
|
||||
from edx_rest_framework_extensions.auth.session.authentication import SessionAuthenticationAllowInactiveUser
|
||||
from opaque_keys.edx.keys import CourseKey
|
||||
from rest_framework import permissions, viewsets
|
||||
from rest_framework.response import Response # lint-amnesty, pylint: disable=unused-import, wrong-import-order
|
||||
from rest_framework.views import APIView
|
||||
from lms.djangoapps.courseware import courses
|
||||
from opaque_keys.edx.keys import CourseKey # lint-amnesty, pylint: disable=wrong-import-order
|
||||
from rest_framework import permissions, viewsets # lint-amnesty, pylint: disable=wrong-import-order
|
||||
from rest_framework.views import APIView # lint-amnesty, pylint: disable=wrong-import-order
|
||||
from common.djangoapps.util.json_request import JsonResponse
|
||||
|
||||
from common.djangoapps.student.models import get_user_by_username_or_email
|
||||
from common.djangoapps.util.json_request import JsonResponse
|
||||
|
||||
Reference in New Issue
Block a user