Skip to content

Commit f07a00c

Browse files
committed
remove trailing whitespace
1 parent 4092d2e commit f07a00c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/text/samples/textdetection.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020

2121

2222
img = cv2.imread(str(sys.argv[1]))
23-
vis = img.copy() # for visualization
23+
# for visualization
24+
vis = img.copy()
2425

2526

2627
# Extract channels to be processed individually

0 commit comments

Comments
 (0)