Skip to content

Commit 5aa557b

Browse files
committed
again, typing for older python 3 - (2)
1 parent 0d00dc9 commit 5aa557b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mxdev/including.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def resolve_dependencies(
1313
file_or_url: typing.Union[str, pathlib.Path],
1414
tmpdir: str,
1515
http_parent=None,
16-
) -> list[pathlib.Path]:
16+
) -> typing.List[pathlib.Path]:
1717
"""Resolve dependencies of a file or url
1818
1919
The result is a list of pathlib.Path objects, starting with the

0 commit comments

Comments
 (0)