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 2b17b96 commit 0d00dc9Copy full SHA for 0d00dc9
src/mxdev/including.py
@@ -59,7 +59,7 @@ def resolve_dependencies(
59
return file_list
60
61
62
-def read_with_included(file_or_url: str | pathlib.Path) -> ConfigParser:
+def read_with_included(file_or_url: typing.Union[str, pathlib.Path]) -> ConfigParser:
63
"""Read a file or url and include all referenced files,
64
65
Parse the result as a ConfigParser and return it.
0 commit comments