Skip to content

Commit eb02cc1

Browse files
committed
Fix testing ImportError
1 parent 3b26087 commit eb02cc1

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
@@ -2009,7 +2009,7 @@ def test_to_excel_styleconverter(self):
20092009
self.assertEqual(kw['protection'], protection)
20102010

20112011
def test_write_cells_merge_styled(self):
2012-
from pandas.formats.format import ExcelCell
2012+
from pandas.formats.excel import ExcelCell
20132013
from openpyxl import styles
20142014

20152015
sheet_name = 'merge_styled'

0 commit comments

Comments
 (0)