Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
ci.datadog-api-spec committed Jan 19, 2024
1 parent 0cd3f4a commit 3dc0631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/datadog_api_client/model_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ class OpenApiModel(object):

_nullable = False

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

openapi_types = empty_dict

Expand Down

0 comments on commit 3dc0631

Please sign in to comment.