File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1212from copy import deepcopy
1313from .fileholders import FileHolder
1414from .filename_parser import (types_filenames , TypesFilenamesError ,
15- splitext_addext , _stringify_path )
15+ splitext_addext )
1616from .openers import ImageOpener
1717from .deprecated import deprecate_with_version
1818
Original file line number Diff line number Diff line change @@ -26,12 +26,12 @@ def _stringify_path(filepath_or_buffer):
2626 Returns
2727 -------
2828 str_filepath_or_buffer : str
29-
29+
3030 Notes
3131 -----
3232 Objects supporting the fspath protocol (python 3.6+) are coerced
3333 according to its __fspath__ method.
34- For backwards compatibility with older pythons, pathlib.Path objects
34+ For backwards compatibility with older pythons, pathlib.Path objects
3535 are specially coerced.
3636 Any other object is passed through unchanged, which includes bytes,
3737 strings, buffers, or anything else that's not even path-like.
You can’t perform that action at this time.
0 commit comments