Skip to content

Commit e5b7e57

Browse files
authored
Cleanup
1 parent 4902463 commit e5b7e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/dtypes/cast/test_box_unbox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"obj,expected_dtype",
2424
[
2525
(b"\x00\x10", bytes),
26-
((4), int),
26+
(4, int),
2727
(np.uint(4), int),
2828
(np.int32(-4), int),
2929
(np.uint8(4), int),

0 commit comments

Comments
 (0)