Skip to content

Commit 4d79c27

Browse files
cleanup
1 parent 7ac615f commit 4d79c27

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/base/test_misc.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def _is_object_dtype(obj):
108108
assert res_deep == res == expected
109109
elif has_objects:
110110
# only deep will pick them up
111-
assert res_deep > res, (res_deep, res)
111+
assert res_deep > res
112112
else:
113113
assert res == res_deep
114114

0 commit comments

Comments
 (0)