Skip to content

Commit

Permalink
fix: removing unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Mar 21, 2024
1 parent cab3af9 commit 03dcf09
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion openedx/core/djangoapps/content/search/handlers.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

import logging

from django.conf import settings
from django.dispatch import receiver
from openedx_events.content_authoring.data import XBlockData
from openedx_events.content_authoring.signals import (
Expand Down
1 change: 0 additions & 1 deletion openedx/core/djangoapps/content/search/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
"""
import logging

from django.conf import settings
from django.contrib.auth import get_user_model
from rest_framework.exceptions import NotFound, PermissionDenied
from rest_framework.response import Response
Expand Down

0 comments on commit 03dcf09

Please sign in to comment.