Skip to content

Commit

Permalink
Fix Flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Apr 1, 2020
1 parent 6a83e43 commit ada137e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/test_image.py
Expand Up @@ -639,7 +639,7 @@ def test_pillow_version(self, test_module):

def test_overrun(self):
""" 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 [
"fli_overrun.bin",
Expand Down

0 comments on commit ada137e

Please sign in to comment.