Skip to content

Commit ece3ad1

Browse files
NivekNeyknikure
authored andcommitted
fix: type hint
1 parent ff0d9ae commit ece3ad1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sagemaker/spark/processing.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -700,8 +700,8 @@ class PySparkProcessor(_SparkProcessorBase):
700700
def __init__(
701701
self,
702702
role: str,
703-
instance_type: Union[int, PipelineVariable],
704-
instance_count: Union[str, PipelineVariable],
703+
instance_type: Union[str, PipelineVariable],
704+
instance_count: Union[int, PipelineVariable],
705705
framework_version: Optional[str] = None,
706706
py_version: Optional[str] = None,
707707
container_version: Optional[str] = None,

0 commit comments

Comments
 (0)