Skip to content

Commit

Permalink
style: isort
Browse files Browse the repository at this point in the history
  • Loading branch information
rpenido committed Oct 10, 2023
1 parent 4a95e0a commit b8f113b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/openedx_tagging/core/tagging/test_views.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
from rest_framework.test import APITestCase

from openedx_tagging.core.tagging.models import ObjectTag, Tag, Taxonomy
from openedx_tagging.core.tagging.rules import can_view_object_tag_objectid, can_change_object_tag_objectid
from openedx_tagging.core.tagging.models.system_defined import SystemDefinedTaxonomy
from openedx_tagging.core.tagging.rest_api.paginators import TagsPagination
from openedx_tagging.core.tagging.rules import can_view_object_tag_objectid, can_change_object_tag_objectid

User = get_user_model()

Expand Down

0 comments on commit b8f113b

Please sign in to comment.