From 639501987f5618a574eeceff6327986869eee2b1 Mon Sep 17 00:00:00 2001 From: XnpioChV Date: Tue, 15 Oct 2024 19:44:35 -0500 Subject: [PATCH] style: Update comment --- openedx_tagging/core/tagging/api.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openedx_tagging/core/tagging/api.py b/openedx_tagging/core/tagging/api.py index 63ca064e..c72ce6da 100644 --- a/openedx_tagging/core/tagging/api.py +++ b/openedx_tagging/core/tagging/api.py @@ -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 )