Skip to content
This repository was archived by the owner on Nov 13, 2025. It is now read-only.

Commit b1f0e49

Browse files
author
Achita
committed
removed window
1 parent 78e850c commit b1f0e49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/unit/test_detect_target_contour.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ def detector() -> detect_target_contour.DetectTargetContour: # type: ignore
232232
"""
233233
Construct DetectTargetContour.
234234
"""
235-
detection = detect_target_contour.DetectTargetContour(True)
235+
detection = detect_target_contour.DetectTargetContour(False)
236236
yield detection # type: ignore
237237

238238

0 commit comments

Comments
 (0)