mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Changed variable name foo since it has been blacklisted in health
This commit is contained in:
parent
192fa39fb7
commit
444d9d5731
|
@ -128,13 +128,13 @@ class TestImageTransform(PillowTestCase):
|
|||
# Running by default, but I'd totally understand not doing it in
|
||||
# the future
|
||||
|
||||
foo = [
|
||||
pattern = [
|
||||
Image.new('RGBA', (1024, 1024), (a, a, a, a))
|
||||
for a in range(1, 65)
|
||||
]
|
||||
|
||||
# Yeah. Watch some JIT optimize this out.
|
||||
foo = None
|
||||
pattern = None
|
||||
|
||||
self.test_mesh()
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user