mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-12 18:26:17 +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,
|
g / float(size2D-1) if size2D != 1 else 0,
|
||||||
][:channels]
|
][:channels]
|
||||||
for b in range(size3D)
|
for b in range(size3D)
|
||||||
for g in range(size2D)
|
for g in range(size2D)
|
||||||
for r in range(size1D)
|
for r in range(size1D)
|
||||||
]
|
]
|
||||||
return (
|
return (
|
||||||
channels, size1D, size2D, size3D,
|
channels, size1D, size2D, size3D,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user