Skip to content

Commit

Permalink
readd removed default value
Browse files Browse the repository at this point in the history
  • Loading branch information
martindurant committed Nov 9, 2023
1 parent a2258f3 commit b9f6364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fsspec/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -474,7 +474,7 @@ def open(

def open_local(
url: str | list[str] | Path | list[Path],
mode: str,
mode: str = "rb",
**storage_options: dict,
) -> str | list[str]:
"""Open file(s) which can be resolved to local
Expand Down

0 comments on commit b9f6364

Please sign in to comment.