[pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci
This commit is contained in:
pre-commit-ci[bot] 2025-04-17 21:27:53 +00:00
parent ac500460df
commit 02159f79a1

View File

@ -151,21 +151,9 @@ def test_lifetime2() -> None:
assert isinstance(px[0, 0], int)
UINT_ARR = (
fl_uint8_4_type,
[1,2,3,4],
1
)
UINT = (
pyarrow.uint8(),
3,
4
)
INT32 = (
pyarrow.uint32(),
0xabcdef45,
1
)
UINT_ARR = (fl_uint8_4_type, [1, 2, 3, 4], 1)
UINT = (pyarrow.uint8(), 3, 4)
INT32 = (pyarrow.uint32(), 0xABCDEF45, 1)
@pytest.mark.parametrize(