Skip to content

Commit 31959cc

Browse files
committed
Merge branch 'fix/oneof' into feature/pytho_src_layout
2 parents a2f98a2 + a117bc8 commit 31959cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/python/model_anyof.mustache

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ class {{classname}}({{#parent}}{{{.}}}{{/parent}}{{^parent}}BaseModel{{/parent}}
133133
error_messages.append(str(e))
134134
{{/isPrimitiveType}}
135135
{{^isPrimitiveType}}
136-
# {{vendorExtensions.x-py-name}}: {{{vendorExtensions.x-py-typing}}}
137136
try:
138137
instance.actual_instance = {{{dataType}}}.from_json(json_str)
139138
return instance

0 commit comments

Comments
 (0)