Rearrance so black doesn't screw up the formatting

This commit is contained in:
wiredfool 2025-04-21 10:54:00 +01:00
parent bc4b664b70
commit 45e24e429f

View File

@ -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