Skip to content

Commit e2bfe18

Browse files
cleanup
1 parent 51340a9 commit e2bfe18

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pandas/tests/arrays/string_/test_string.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -370,11 +370,6 @@ def test_comparison_methods_array(comparison_op, dtype, dtype2):
370370
expected = pd.array(expected, dtype=expected_dtype)
371371
tm.assert_extension_array_equal(result, expected)
372372

373-
# # with list
374-
# other = [None, None, "c"]
375-
# result3 = getattr(a, op_name)(other)
376-
# tm.assert_equal(result, result3)
377-
378373

379374
def test_comparison_methods_list(comparison_op, dtype):
380375
op_name = f"__{comparison_op.__name__}__"

0 commit comments

Comments
 (0)