Skip to content

Commit 44d09f9

Browse files
committed
Remove unused dropna
1 parent de54697 commit 44d09f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/test_pivot.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2555,7 +2555,7 @@ def test_margin_normalize(self):
25552555
)
25562556
tm.assert_frame_equal(result, expected)
25572557

2558-
def test_pivot_with_categorical(self, dropna):
2558+
def test_pivot_with_categorical(self):
25592559
# gh-21370
25602560
idx = [np.nan, "low", "high", "low", np.nan]
25612561
col = [np.nan, "A", "B", np.nan, "A"]

0 commit comments

Comments
 (0)