mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-02-04 21:50:54 +03:00
Fix Flake8
This commit is contained in:
parent
6a83e43247
commit
ada137eba5
|
@ -639,7 +639,7 @@ class TestImage:
|
||||||
|
|
||||||
def test_overrun(self):
|
def test_overrun(self):
|
||||||
""" For overrun completeness, test as:
|
""" For overrun completeness, test as:
|
||||||
`valgrind pytest -qq Tests/test_image.py::TestImage::test_overrun | grep decode.c`
|
valgrind pytest -qq Tests/test_image.py::TestImage::test_overrun | grep decode.c
|
||||||
"""
|
"""
|
||||||
for file in [
|
for file in [
|
||||||
"fli_overrun.bin",
|
"fli_overrun.bin",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user