Skip to content

Commit 0d00dc9

Browse files
committed
again, typing for older python 3
1 parent 2b17b96 commit 0d00dc9

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
@@ -59,7 +59,7 @@ def resolve_dependencies(
5959
return file_list
6060

6161

62-
def read_with_included(file_or_url: str | pathlib.Path) -> ConfigParser:
62+
def read_with_included(file_or_url: typing.Union[str, pathlib.Path]) -> ConfigParser:
6363
"""Read a file or url and include all referenced files,
6464
6565
Parse the result as a ConfigParser and return it.

0 commit comments

Comments
 (0)