Skip to content

Commit 8c48052

Browse files
committed
TST: rogue foo
1 parent c0b9c77 commit 8c48052

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/test_panel.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1018,7 +1018,6 @@ def test_to_frame(self):
10181018
# unsorted, round trip
10191019
df = self.panel.to_frame(filter_observations=False)
10201020
unsorted = df.take(np.random.permutation(len(df)))
1021-
foo
10221021
pan = unsorted.to_panel()
10231022
assert_panel_equal(pan, self.panel)
10241023

0 commit comments

Comments
 (0)