Skip to content

Commit ada137e

Browse files
committed
Fix Flake8
1 parent 6a83e43 commit ada137e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tests/test_image.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -639,7 +639,7 @@ def test_pillow_version(self, test_module):
639639

640640
def test_overrun(self):
641641
""" For overrun completeness, test as:
642-
`valgrind pytest -qq Tests/test_image.py::TestImage::test_overrun | grep decode.c`
642+
valgrind pytest -qq Tests/test_image.py::TestImage::test_overrun | grep decode.c
643643
"""
644644
for file in [
645645
"fli_overrun.bin",

0 commit comments

Comments
 (0)