Skip to content

Commit 2f14267

Browse files
fixup
1 parent 5b34838 commit 2f14267

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/frame/methods/test_select_dtypes.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,5 +507,4 @@ def test_select_dtype_object_and_str(self, using_infer_string):
507507
expected = df[["a", "c"]]
508508
else:
509509
expected = df[["c"]]
510-
expected = df[["a", "c"]]
511510
tm.assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)