We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17ab9b2 commit 3b0c9cfCopy full SHA for 3b0c9cf
1 file changed
src/repoman/cli.py
@@ -77,7 +77,7 @@ def parse_repo_types() -> dict[str, set[str]]:
77
return repo_types
78
79
80
-def check_missing_repos(path: Path, repo_types: dict[str, set[str]]) -> None | NoReturn:
+def check_missing_repos(path: Path, repo_types: dict[str, set[str]]) -> Union[None, NoReturn]:
81
missing = set()
82
directories = {str(directory) for directory in path.iterdir()}
83
0 commit comments