Skip to content

Commit 84a4569

Browse files
committed
fix: address review comments (iteration #1)
1 parent 004ffba commit 84a4569

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

sagemaker-core/src/sagemaker/core/workflow/utilities.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,6 @@ def get_processing_code_hash(code: str, source_dir: str, dependencies: List[str]
210210
str: A hash string representing the unique code artifact(s) for the step
211211
"""
212212

213-
dependencies = dependencies or []
214-
215213
# FrameworkProcessor
216214
if source_dir:
217215
source_dir_url = urlparse(source_dir)

0 commit comments

Comments
 (0)