Skip to content

Commit 9e261a2

Browse files
Update explanatory comment
Co-authored-by: nicolasservel <[email protected]>
1 parent e25899f commit 9e261a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dataikuapi/dss/ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -968,7 +968,7 @@ def __setattr__(self, attr_name, value):
968968
self[json_key] = value # update underlying dict value for key json_key
969969
self._hyperparameters_registry[json_key] = value
970970
else:
971-
# other cases (properties setter, new attribute...)
971+
# other cases (properties setter, ...)
972972
super(PredictionAlgorithmSettings, self).__setattr__(attr_name, value)
973973

974974
def _maybe_register_attr_json_mismatch(self, json_key, attr_name):

0 commit comments

Comments
 (0)