Skip to content

Commit 38a1d3a

Browse files
committed
Docs: missing Return docstring for LineZoneAnnotatorMulticlass.annotate
1 parent 68d668a commit 38a1d3a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

supervision/detection/line_zone.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,9 @@ def annotate(
705705
line_zone_labels (Optional[List[str]]): The labels, one for each
706706
line zone. If not provided, the default labels will be used.
707707
708+
Returns:
709+
(np.ndarray): The image with the table drawn on it.
710+
708711
"""
709712
if line_zone_labels is None:
710713
line_zone_labels = [f"Line {i + 1}:" for i in range(len(line_zones))]

0 commit comments

Comments
 (0)