Skip to content

Commit 3b0c9cf

Browse files
committed
Downgrade typing syntax
1 parent 17ab9b2 commit 3b0c9cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/repoman/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ def parse_repo_types() -> dict[str, set[str]]:
7777
return repo_types
7878

7979

80-
def check_missing_repos(path: Path, repo_types: dict[str, set[str]]) -> None | NoReturn:
80+
def check_missing_repos(path: Path, repo_types: dict[str, set[str]]) -> Union[None, NoReturn]:
8181
missing = set()
8282
directories = {str(directory) for directory in path.iterdir()}
8383

0 commit comments

Comments
 (0)