Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
avalentino committed Nov 17, 2023
1 parent acb789f commit 0aecbe3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions asfsmd/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
BLOCKSIZE = 16 * MB # 16MB (64MB is a better choice to download data)


# @COMPATIBILITY: requires Python >= 3.9
# PathType = Union[str, os.PathLike[str]]
PathType = Union[str, os.PathLike]
Url = str

Expand Down

0 comments on commit 0aecbe3

Please sign in to comment.