remove comment

This commit is contained in:
clement.hector 2022-09-19 18:37:17 +02:00
parent 7b8946e129
commit b3bedc7ce7

View file

@ -82,7 +82,7 @@ def update_op_assets(
List[Dict[str, dict]]: List of (doc_id, update_dict) tuples
"""
project_name = project_doc["name"]
# project_module_settings = get_project_settings(project_name)["kitsu"]
project_module_settings = get_project_settings(project_name)["kitsu"]
assets_with_update = []
for item in entities_list: