Skip to content

Commit 2e4cb30

Browse files
committed
Fix black problem
1 parent fe60c2a commit 2e4cb30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pandas/io/excel/_base.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -962,7 +962,8 @@ def close(self):
962962

963963
@doc(storage_options=_shared_docs["storage_options"])
964964
def inspect_excel_format(
965-
content_or_path: FilePathOrBuffer, storage_options: StorageOptions = None,
965+
content_or_path: FilePathOrBuffer,
966+
storage_options: StorageOptions = None,
966967
) -> str:
967968
"""
968969
Inspect the path or content of an excel file and get its format.

0 commit comments

Comments
 (0)