Skip to content

Commit

Permalink
Remove debug code
Browse files Browse the repository at this point in the history
  • Loading branch information
jnothman committed Apr 19, 2017
1 parent a5d51f9 commit de53808
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 @@ -2369,7 +2369,7 @@ def style(df):
['border-style: solid', '', ''],
['', 'font-style: italic', ''],
['', '', 'text-align: right'],
(['', '', ''] if engine == 'xlwt' and False
(['', '', ''] if engine == 'xlwt'
else ['background-color: red', '', '']),
['', '', ''],
['', '', ''],
Expand Down

0 comments on commit de53808

Please sign in to comment.