Skip to content

Commit

Permalink
CTOOLS-300: Using {} instead of ""
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt-Storey-Finbourne committed Oct 1, 2024
1 parent fd0fd15 commit 5eca707
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/templates/example.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ from {{packageName}} import (
# Objects can be created either via the class constructor, or using the 'from_dict' or 'from_json' methods
# Change the lines below to switch approach
# {{paramName}} = {{{dataType}}}.from_json("")
# {{paramName}} = {{{dataType}}}.from_dict("")
# {{paramName}} = {{{dataType}}}.from_dict({})
{{paramName}} = {{{dataType}}}(){{/isModel}}
{{/allParams}}

Expand Down

0 comments on commit 5eca707

Please sign in to comment.