| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -139,7 +139,7 @@ | |||
| 139 | 139 | ||
| 140 | 140 | if typing.TYPE_CHECKING: # pragma: NO COVER | |
| 141 | 141 | # os.PathLike is only subscriptable in Python 3.9+, thus shielding with a condition. | |
| 142 | - PathType = Union[str, bytes, os.PathLike[str], os.PathLike[bytes]] | ||
| 142 | + PathType = Union[str, bytes, os.PathLike[str], os.PathLike[bytes], io.IOBase] | ||
| 143 | 143 | _DEFAULT_CHUNKSIZE = 100 * 1024 * 1024 # 100 MB | |
| 144 | 144 | _MAX_MULTIPART_SIZE = 5 * 1024 * 1024 | |
| 145 | 145 | _DEFAULT_NUM_RETRIES = 6 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments