Skip to content

Commit e88cb4d

Browse files
author
Malav Shastri
committed
address Pylint
1 parent c9add06 commit e88cb4d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sagemaker/jumpstart/hub/parser_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def walk_and_apply_json(
3636
json_obj: Dict[Any, Any], apply, stop_keys: Optional[List[str]] = ["metrics"]
3737
) -> Dict[Any, Any]:
3838
"""Recursively walks a json object and applies a given function to the keys.
39+
3940
stop_keys (Optional[list[str]]): List of field keys that should stop the application function.
4041
Any children of these keys will not have the application function applied to them.
4142
"""

0 commit comments

Comments
 (0)