correct some type annotations
This commit is contained in:
parent
6773485962
commit
32b7644474
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue