Skip to content

Commit

Permalink
style: Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisChV committed Oct 16, 2024
1 parent 4f8c0d3 commit 6395019
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openedx_tagging/core/tagging/api.py
Original file line number Diff line number Diff line change
Expand Up @@ -514,5 +514,5 @@ def copy_tags(source_object_id: str, dest_object_id: str):
taxonomy_id=object_tag.taxonomy_id,
tag_id=object_tag.tag_id,
defaults={"is_copied": True},
# Note: _value and _export_id should be set automatically
# Note: _value and _export_id are set automatically
)

0 comments on commit 6395019

Please sign in to comment.