Skip to content

Commit 1ba1db8

Browse files
committed
fix
1 parent ab58394 commit 1ba1db8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyiceberg/io/fsspec.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def s3v4_rest_signer(properties: Properties, request: "AWSRequest", **_: Any) ->
129129
SIGNERS: Dict[str, Callable[[Properties, "AWSRequest"], "AWSRequest"]] = {"S3V4RestSigner": s3v4_rest_signer}
130130

131131

132-
def _file(_properties: Properties, _netloc: Optional[str]) -> LocalFileSystem:
132+
def _file(_: Properties, __: Optional[str]) -> LocalFileSystem:
133133
return LocalFileSystem(auto_mkdir=True)
134134

135135

0 commit comments

Comments
 (0)