Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .pyre_configuration
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@
"stubs"
],
"strict": true,
"version": "0.0.101732536891"
"version": "0.0.101748862749"
}
4 changes: 1 addition & 3 deletions scripts/kfpint.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,9 +208,7 @@ def run_pipeline(build: BuildInfo, pipeline_file: str) -> object:
return resp


def wait_for_pipeline(
resp: Any, # pyre-fixme: KFP doesn't have a response type
) -> None:
def wait_for_pipeline(resp: Any) -> None: # pyre-ignore[2]
print(f"{resp.run_id} - waiting for completion")
result = resp.wait_for_run_completion(
timeout=1 * 60 * 60,
Expand Down
Loading