Skip to content

Commit bb54b4c

Browse files
authored
lint
1 parent d0e6d85 commit bb54b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fsspec/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def stringify_path(filepath: str | os.PathLike[str] | pathlib.Path) -> str:
351351
elif hasattr(filepath, "path"):
352352
return filepath.path
353353
else:
354-
return filepath # type: ignore[return-value]
354+
return filepath # type: ignore[return-value]
355355

356356

357357
def make_instance(

0 commit comments

Comments
 (0)