Skip to content

Commit 30a0b28

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 4f306cb commit 30a0b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/pytesseract_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def test_image_to_string_with_url(test_file):
132132
if TESSERACT_VERSION[0] < 4:
133133
pytest.skip('skip url test')
134134
assert 'The quick brown dog' in image_to_string(test_file)
135-
135+
136136

137137
@pytest.mark.parametrize(
138138
'test_file',

0 commit comments

Comments
 (0)