Skip to content

Commit 226f9fd

Browse files
committed
Add missing docstring
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 9f0ab3a commit 226f9fd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/frequenz/channels/_select.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ class _EmptyResult:
152152
"""
153153

154154
def __repr__(self) -> str:
155+
"""Return a string with the internal representation of this instance."""
155156
return "<empty>"
156157

157158

0 commit comments

Comments
 (0)