Skip to content

Commit cdefb7c

Browse files
author
Namrata Madan
committed
remove debugging statement
1 parent 4449de8 commit cdefb7c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/sagemaker/workflow/lambda_step.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ def _get_function_arn(self):
154154
Method creates a lambda function and returns it's arn.
155155
If the lambda is already present, it will build it's arn and return that.
156156
"""
157-
a = self.lambda_func.function_arn
158157
if self.lambda_func.function_arn is None:
159158
response = self.lambda_func.upsert()
160159
return response["FunctionArn"]

0 commit comments

Comments
 (0)