Skip to content

Commit 0e2bf64

Browse files
author
Verdi March
committed
Fix pylint W0102 (+few others) on huggingface processors
1 parent e9ad1ce commit 0e2bf64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sagemaker/huggingface/processing.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def __init__(
3636
pytorch_version=None,
3737
py_version="py36",
3838
image_uri=None,
39-
command=["python"],
39+
command=None,
4040
volume_size_in_gb=30,
4141
volume_kms_key=None,
4242
output_kms_key=None,

0 commit comments

Comments
 (0)