Skip to content

Commit

Permalink
again, typing for older python 3 - (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jensens committed Dec 9, 2023
1 parent 0d00dc9 commit 5aa557b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mxdev/including.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def resolve_dependencies(
file_or_url: typing.Union[str, pathlib.Path],
tmpdir: str,
http_parent=None,
) -> list[pathlib.Path]:
) -> typing.List[pathlib.Path]:
"""Resolve dependencies of a file or url
The result is a list of pathlib.Path objects, starting with the
Expand Down

0 comments on commit 5aa557b

Please sign in to comment.