correct some type annotations

This commit is contained in:
sommersoft 2022-04-10 08:03:29 -05:00
parent 6773485962
commit 32b7644474
1 changed files with 2 additions and 2 deletions

View File

@ -145,8 +145,8 @@ class DownstreamRunner:
self, self,
repo: str, repo: str,
yaml_source: str, yaml_source: str,
jobs: str, jobs: Iterable[str],
matrix_exclude: str = "", matrix_exclude: Iterable[str] = (),
dry_run: bool = False, dry_run: bool = False,
) -> None: ) -> None:
self.repo = repo self.repo = repo