Skip to content

Commit 9a5b791

Browse files
committed
Fix testing ImportError
1 parent 1984cab commit 9a5b791

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/test_excel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2122,7 +2122,7 @@ def test_write_cells_merge_styled(self):
21222122
if not openpyxl_compat.is_compat(major_ver=2):
21232123
pytest.skip('incompatible openpyxl version')
21242124

2125-
from pandas.formats.format import ExcelCell
2125+
from pandas.formats.excel import ExcelCell
21262126

21272127
sheet_name = 'merge_styled'
21282128

0 commit comments

Comments
 (0)