Skip to content
This repository was archived by the owner on Jan 21, 2023. It is now read-only.

Commit ba22ca8

Browse files
yt-msMidnighter
authored andcommitted
style: PR feedback
1 parent 948021b commit ba22ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/structurizr/model/element.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __repr__(self):
8686
@abstractmethod
8787
def child_elements(self) -> Iterable["Element"]:
8888
"""Return the elements that are children of this one."""
89-
... # pragma: no cover
89+
pass # pragma: no cover
9090

9191
def get_relationships(self) -> Iterator[Relationship]:
9292
"""Return a Iterator over all relationships involving this element."""

0 commit comments

Comments
 (0)