Skip to content

Commit

Permalink
CTOOLS-445-Typo in template
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMayoFinbourne committed Dec 9, 2024
1 parent a80c0d5 commit 9ad7c0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generate/templates/model_anyof.mustache
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}}

def __str__(self):
"""For `print` and `pprint`"""
return pprint.pformat(self.dict(by_alias=Fale))
return pprint.pformat(self.dict(by_alias=False))

def __repr__(self):
"""For `print` and `pprint`"""
Expand Down

0 comments on commit 9ad7c0b

Please sign in to comment.