Skip to content

Commit c0066ea

Browse files
committed
resolve merge conflict
1 parent a9cfab4 commit c0066ea

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

doc/workflows/pipelines/sagemaker.workflow.pipelines.rst

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ConditionStep
55
-------------
66

77
.. autoclass:: sagemaker.workflow.condition_step.ConditionStep
8-
8+
.. autoclass:: sagemaker.workflow.condition_step.JsonGet
99

1010
Conditions
1111
----------
@@ -54,7 +54,6 @@ Functions
5454
---------
5555

5656
.. autoclass:: sagemaker.workflow.functions.Join
57-
.. autoclass:: sagemaker.workflow.functions.JsonGet
5857

5958
Parameters
6059
----------

src/sagemaker/workflow/condition_step.py

+1
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ def properties(self):
8989
@attr.s
9090
class JsonGet(Expression):
9191
"""Get JSON properties from PropertyFiles.
92+
9293
Attributes:
9394
step (Step): The step from which to get the property file.
9495
property_file (Union[PropertyFile, str]): Either a PropertyFile instance

tests/unit/sagemaker/workflow/test_steps.py

-1
Original file line numberDiff line numberDiff line change
@@ -912,4 +912,3 @@ def test_multi_algo_tuning_step(sagemaker_session):
912912
],
913913
},
914914
}
915-

0 commit comments

Comments
 (0)