Skip to content

Commit a12db6b

Browse files
committed
fixing pep8
1 parent 05df736 commit a12db6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/reshape/concat/test_concat.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,4 +652,4 @@ def test_concat_posargs_deprecation(all_parsers):
652652
with tm.assert_produces_warning(FutureWarning, match=msg):
653653
result = concat([df, df2], " ")
654654
expected = DataFrame([[1, 2, 3], [4, 5, 6]], index=["a", "b"])
655-
tm.assert_frame_equal(result, expected)
655+
tm.assert_frame_equal(result, expected)

0 commit comments

Comments
 (0)