Skip to content

Commit 2825159

Browse files
jbamptonrawwar
andauthored
Update airflow_client/client/model_utils.py
Co-authored-by: Kalyan R <[email protected]>
1 parent f93e36d commit 2825159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airflow_client/client/model_utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1343,7 +1343,7 @@ def deserialize_model(model_data, model_class, path_to_item, check_type,
13431343
model_data (int/str/float/bool/none_type/list/dict): data to instantiate the model
13441344
model_class (OpenApiModel): the model class
13451345
path_to_item (list): path to the model in the received data
1346-
check_type (bool): whether to check the data type for the values in
1346+
check_type (bool): whether to check the data type of the values in
13471347
the model
13481348
configuration (Configuration): the instance to use to convert files
13491349
spec_property_naming (bool): True if the variable names in the input

0 commit comments

Comments
 (0)