We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4902463 commit e5b7e57Copy full SHA for e5b7e57
pandas/tests/dtypes/cast/test_box_unbox.py
@@ -23,7 +23,7 @@
23
"obj,expected_dtype",
24
[
25
(b"\x00\x10", bytes),
26
- ((4), int),
+ (4, int),
27
(np.uint(4), int),
28
(np.int32(-4), int),
29
(np.uint8(4), int),
0 commit comments