Skip to content

Commit 39c95f4

Browse files
committed
Fix Pep8 Warning
1 parent 2e95853 commit 39c95f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/frame/indexing/test_indexing.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2888,4 +2888,4 @@ def test_transpose(self, uint64_frame):
28882888
result = uint64_frame.T
28892889
expected = DataFrame(uint64_frame.values.T)
28902890
expected.index = ["A", "B"]
2891-
tm.assert_frame_equal(result, expected)
2891+
tm.assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)