Skip to content

Commit 414fb3a

Browse files
committed
fixup
1 parent b4d00f7 commit 414fb3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/reshape/test_pivot.py

-1
Original file line numberDiff line numberDiff line change
@@ -1672,7 +1672,6 @@ def test_margins_casted_to_float(self, observed):
16721672
{"A": [3, 7, 5], "B": [2.5, 6.5, 4.5], "C": [2, 5, 3.5]},
16731673
index=pd.Index(["X", "Y", "All"], name="D"),
16741674
)
1675-
table = result
16761675
tm.assert_frame_equal(result, expected)
16771676

16781677
def test_categorical_aggfunc(self, observed):

0 commit comments

Comments
 (0)