Skip to content

Commit 9725c60

Browse files
committed
fix format
1 parent 79fea46 commit 9725c60

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_io.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1108,6 +1108,7 @@ def test_read_excel_dtypes():
11081108
dtypes = {"a": np.int64, "b": str, "c": np.float64}
11091109
check(assert_type(read_excel(path, dtype=dtypes), pd.DataFrame), pd.DataFrame)
11101110

1111+
11111112
def test_excel_reader():
11121113
with ensure_clean(".xlsx") as path:
11131114
check(assert_type(DF.to_excel(path), None), type(None))

0 commit comments

Comments
 (0)