Skip to content

Commit 31d0034

Browse files
DOC: Remove TODO from test_openpyxl (#33872)
* remove \n from docstring * fix issue 17038 * revert change * revert change * Remove TODO
1 parent cf974b1 commit 31d0034

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pandas/tests/io/excel/test_openpyxl.py

-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,6 @@ def test_write_append_mode(ext, mode, expected):
109109

110110
def test_to_excel_with_openpyxl_engine(ext, tmpdir):
111111
# GH 29854
112-
# TODO: Fix this once newer version of openpyxl fixes the bug
113112
df1 = DataFrame({"A": np.linspace(1, 10, 10)})
114113
df2 = DataFrame({"B": np.linspace(1, 20, 10)})
115114
df = pd.concat([df1, df2], axis=1)

0 commit comments

Comments
 (0)