We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a677026 commit 5737872Copy full SHA for 5737872
src/sagemaker/cli/compatibility/v2/ast_transformer.py
@@ -71,8 +71,8 @@ def visit_Call(self, node):
71
72
Returns:
73
ast.AST: if the returned node is None, the original node is removed
74
- from its location. Otherwise, the original node is replaced with the
75
- returned node.
+ from its location. Otherwise, the original node is replaced with
+ the returned node.
76
"""
77
for function_checker in FUNCTION_CALL_MODIFIERS:
78
node = function_checker.check_and_modify_node(node)
0 commit comments