Skip to content

Commit 9c9352c

Browse files
committed
Remove placeholder from ComponentProtocol docstring
Signed-off-by: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com>
1 parent 157aed6 commit 9c9352c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ml_orchestrator/comp_protocol/t_suites.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,6 @@ def comp_fixture(self, *args: Any, **kwargs: Any) -> ComponentProtocol:
3737
A component that implements the ComponentProtocol
3838
3939
"""
40-
...
4140

4241
def test_flows_protocol(self, comp_fixture: ComponentProtocol) -> None:
4342
"""Test that the component implements the ComponentProtocol.

0 commit comments

Comments
 (0)