Skip to content

Commit 5737872

Browse files
author
Balaji Veeramani
committed
Update ast_transformer.py
1 parent a677026 commit 5737872

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/cli/compatibility/v2/ast_transformer.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,8 @@ def visit_Call(self, node):
7171
7272
Returns:
7373
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.
74+
from its location. Otherwise, the original node is replaced with
75+
the returned node.
7676
"""
7777
for function_checker in FUNCTION_CALL_MODIFIERS:
7878
node = function_checker.check_and_modify_node(node)

0 commit comments

Comments
 (0)