We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 948021b commit ba22ca8Copy full SHA for ba22ca8
src/structurizr/model/element.py
@@ -86,7 +86,7 @@ def __repr__(self):
86
@abstractmethod
87
def child_elements(self) -> Iterable["Element"]:
88
"""Return the elements that are children of this one."""
89
- ... # pragma: no cover
+ pass # pragma: no cover
90
91
def get_relationships(self) -> Iterator[Relationship]:
92
"""Return a Iterator over all relationships involving this element."""
0 commit comments