Skip to content

Commit 132f412

Browse files
apiview comment fix (Azure#39573)
1 parent fe6b4c7 commit 132f412

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/ml/azure-ai-ml/azure/ai/ml/operations/_component_operations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ def create_or_update(
686686
return component
687687

688688
@experimental
689-
def prepare_for_sign(self, component: Component):
689+
def prepare_for_sign(self, component: Component) -> None:
690690
ignore_file = IgnoreFile()
691691

692692
if isinstance(component, ComponentCodeMixin):

0 commit comments

Comments
 (0)