Remove dead code (#17899)
This commit is contained in:
parent
08a693a0a0
commit
5d72003ebb
15 changed files with 4 additions and 66 deletions
|
|
@ -46,13 +46,6 @@ def test_retry_default_value_partial_success():
|
|||
|
||||
def test_retry_failed():
|
||||
"""retry failed with success status"""
|
||||
error_code = """
|
||||
def main() -> dict:
|
||||
return {
|
||||
"result": 1 / 0,
|
||||
}
|
||||
"""
|
||||
|
||||
graph_config = {
|
||||
"edges": DEFAULT_VALUE_EDGE,
|
||||
"nodes": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue