Skip to content

Commit

Permalink
style: removed unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Feb 1, 2024
1 parent 32cdf93 commit 4ed7570
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions openedx/core/djangoapps/content_tagging/rest_api/v1/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@
set_taxonomy_orgs,
)
from ...rules import get_admin_orgs
from ...types import TaxonomyDict
from .filters import ObjectTagTaxonomyOrgFilterBackend, UserOrgFilterBackend
from .objecttag_export_helpers import TaggedContent, build_object_tree_with_objecttags, iterate_with_level
from .objecttag_export_helpers import build_object_tree_with_objecttags, iterate_with_level
from .serializers import TaxonomyOrgListQueryParamsSerializer, TaxonomyOrgSerializer, TaxonomyUpdateOrgBodySerializer


Expand Down

0 comments on commit 4ed7570

Please sign in to comment.