mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 17:36:18 +03:00
Continuation line unaligned for hanging indent
This commit is contained in:
parent
145589ef14
commit
0832f9c58b
|
@ -27,8 +27,8 @@ class TestColorLut3DCoreAPI(PillowTestCase):
|
|||
g / float(size2D-1) if size2D != 1 else 0,
|
||||
][:channels]
|
||||
for b in range(size3D)
|
||||
for g in range(size2D)
|
||||
for r in range(size1D)
|
||||
for g in range(size2D)
|
||||
for r in range(size1D)
|
||||
]
|
||||
return (
|
||||
channels, size1D, size2D, size3D,
|
||||
|
|
Loading…
Reference in New Issue
Block a user