Skip to content

Commit 3712058

Browse files
Add back empty line
1 parent 67ec672 commit 3712058

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/io/excel/_base.py

+1
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@ def read_excel(
298298
for arg in ("sheet", "sheetname", "parse_cols"):
299299
if arg in kwds:
300300
raise TypeError(f"read_excel() got an unexpected keyword argument `{arg}`")
301+
301302
if not isinstance(io, ExcelFile):
302303
io = ExcelFile(io, engine=engine)
303304
elif engine and engine != io.engine:

0 commit comments

Comments
 (0)