Skip to content

Commit d570a50

Browse files
daniel-ohayonfacebook-github-bot
authored andcommitted
update pyre nightly version (#1076)
Summary: Pull Request resolved: #1076 Pyre signal is failing on github because the nightly version that we're pinned to is no longer available in pip Differential Revision: D75791451
1 parent 24dc0d5 commit d570a50

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.pyre_configuration

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"stubs"
1919
],
2020
"strict": true,
21-
"version": "0.0.101732536891"
21+
"version": "0.0.101748862749"
2222
}

scripts/kfpint.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,7 @@ def run_pipeline(build: BuildInfo, pipeline_file: str) -> object:
208208
return resp
209209

210210

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

0 commit comments

Comments
 (0)