Skip to content

Commit 105352a

Browse files
xaris96mroeschke
andauthored
Update pandas/tests/base/test_misc.py
Co-authored-by: Matthew Roeschke <[email protected]>
1 parent 0d6ea71 commit 105352a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pandas/tests/base/test_misc.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ def test_searchsorted(request, index_or_series_obj):
151151
request.applymarker(pytest.mark.xfail(reason="GH 14833", strict=False))
152152
return
153153

154-
# 2. Check for Index and subtypes
155154
if isinstance(obj, Index):
156-
# 2a. Mixed types
157155
if obj.inferred_type in ["mixed", "mixed-integer"]:
158156
try:
159157
obj = obj.astype(str)

0 commit comments

Comments
 (0)