Skip to content

Commit 13aaf28

Browse files
committed
Undo a removed fixture
1 parent 50d2ce6 commit 13aaf28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/io/excel/test_openpyxl.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
pytestmark = pytest.mark.parametrize("ext", [".xlsx"])
2020

2121

22-
def test_to_excel_styleconverter():
22+
def test_to_excel_styleconverter(ext):
2323
from openpyxl import styles
2424

2525
hstyle = {

0 commit comments

Comments
 (0)