Skip to content

Commit 45e24e4

Browse files
committed
Rearrance so black doesn't screw up the formatting
1 parent bc4b664 commit 45e24e4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Tests/test_pyarrow.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,10 @@ def test_lifetime2() -> None:
153153

154154
class DataShape(NamedTuple):
155155
dtype: Any
156-
elt: Any # Strictly speaking, this should be a pixel or pixel component,
157-
# so list[uint8][4], float, int, uint32, uint8, etc.
158-
# But more correctly, it should be exactly the dtype from the
159-
# line above.
156+
# Strictly speaking, elt should be a pixel or pixel component, so
157+
# list[uint8][4], float, int, uint32, uint8, etc. But more
158+
# correctly, it should be exactly the dtype from the line above.
159+
elt: Any
160160
elts_per_pixel: int
161161

162162

0 commit comments

Comments
 (0)