Skip to content

Commit

Permalink
Fix testing ImportError
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Apr 6, 2017
1 parent 3b26087 commit eb02cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandas/tests/io/test_excel.py
Original file line number Diff line number Diff line change
Expand Up @@ -2009,7 +2009,7 @@ def test_to_excel_styleconverter(self):
self.assertEqual(kw['protection'], protection)

def test_write_cells_merge_styled(self):
from pandas.formats.format import ExcelCell
from pandas.formats.excel import ExcelCell
from openpyxl import styles

sheet_name = 'merge_styled'
Expand Down

0 comments on commit eb02cc1

Please sign in to comment.