mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-06-30 01:43:17 +03:00
Rearrance so black doesn't screw up the formatting
This commit is contained in:
parent
bc4b664b70
commit
45e24e429f
|
@ -153,10 +153,10 @@ def test_lifetime2() -> None:
|
|||
|
||||
class DataShape(NamedTuple):
|
||||
dtype: Any
|
||||
elt: Any # Strictly speaking, this should be a pixel or pixel component,
|
||||
# so list[uint8][4], float, int, uint32, uint8, etc.
|
||||
# But more correctly, it should be exactly the dtype from the
|
||||
# line above.
|
||||
# Strictly speaking, elt should be a pixel or pixel component, so
|
||||
# list[uint8][4], float, int, uint32, uint8, etc. But more
|
||||
# correctly, it should be exactly the dtype from the line above.
|
||||
elt: Any
|
||||
elts_per_pixel: int
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user