Skip to content

Commit 7c838bf

Browse files
authored
Fix linting error
1 parent 9bec895 commit 7c838bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytesseract_test.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def test_image_to_data_common_output(test_file_small, output):
284284
'top': [0, 11, 11, 11, 11],
285285
'width': [79, 60, 60, 60, 60],
286286
'height': [47, 24, 24, 24, 24],
287-
# 'conf': ['-1', '-1', '-1', '-1', 96],
287+
# 'conf': ['-1', '-1', '-1', '-1', 96],
288288
'text': ['', '', '', '', 'This'],
289289
}
290290

0 commit comments

Comments
 (0)