Skip to content

Commit ccb2020

Browse files
authored
Fix formatting
1 parent 0b24a06 commit ccb2020

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

tests/pytesseract_test.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,12 @@ def test_image_to_string_batch():
127127
def test_image_to_string_multiprocessing():
128128
"""Test parallel system calls."""
129129
test_files = [
130-
'test.jpg', 'test.pgm', 'test.png', 'test.ppm', 'test.tiff', 'test.webp',
130+
'test.jpg',
131+
'test.pgm',
132+
'test.png',
133+
'test.ppm',
134+
'test.tiff',
135+
'test.webp',
131136
]
132137
test_files = [path.join(DATA_DIR, test_file) for test_file in test_files]
133138
p = Pool(2)

0 commit comments

Comments
 (0)