Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
nkzou committed Jan 19, 2024
1 parent 0cd3f4a commit 29410da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .generator/src/generator/templates/model_utils.j2
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ class OpenApiModel(object):

_nullable = False

validations: Mapping[str, Mapping[str, int]] = empty_dict
validations: Mapping[str, Mapping[str, Union[int, float]]] = empty_dict

openapi_types = empty_dict

Expand Down

0 comments on commit 29410da

Please sign in to comment.