Skip to content

Commit 6c17196

Browse files
committed
Attempting to resolve ruff-format failure that is not occuring on my local pre-commit
1 parent 182627e commit 6c17196

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

pandas/io/excel/_base.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -431,9 +431,7 @@ def read_excel(
431431
skipfooter: int = ...,
432432
storage_options: StorageOptions = ...,
433433
dtype_backend: DtypeBackend | lib.NoDefault = ...,
434-
) -> DataFrame | list[DataFrame]:
435-
...
436-
434+
) -> DataFrame | list[DataFrame]: ...
437435

438436

439437
@overload

0 commit comments

Comments
 (0)