Skip to content

Commit

Permalink
Remove extraneous comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dbernstein committed Sep 25, 2023
1 parent 0baa75f commit b770c8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/operation/import_from_json_operation.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ def execute(self) -> dict:
with open(template_file) as template_file:
template_data = json.loads(template_file.read())

# create name template in namespace
# create or update template
template_data["Name"] = self._target_namespace + "-" + self._template_name
template_data["TemplateId"] = template_data["Name"]
template_response = self._create_or_update_template_from_template_definition(
Expand Down

0 comments on commit b770c8e

Please sign in to comment.