We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d00dc9 commit 5aa557bCopy full SHA for 5aa557b
src/mxdev/including.py
@@ -13,7 +13,7 @@ def resolve_dependencies(
13
file_or_url: typing.Union[str, pathlib.Path],
14
tmpdir: str,
15
http_parent=None,
16
-) -> list[pathlib.Path]:
+) -> typing.List[pathlib.Path]:
17
"""Resolve dependencies of a file or url
18
19
The result is a list of pathlib.Path objects, starting with the
0 commit comments