We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2439f18 commit 78329fbCopy full SHA for 78329fb
ads/opctl/operator/common/backend_factory.py
@@ -76,16 +76,6 @@ class BackendFactory:
76
RUNTIME_TYPE.CONTAINER.value.lower(),
77
),
78
},
79
- BACKEND_NAME.LOCAL.value.lower(): {
80
- RUNTIME_TYPE.PYTHON.value.lower(): (
81
- BACKEND_NAME.LOCAL.value.lower(),
82
- RUNTIME_TYPE.PYTHON.value.lower(),
83
- ),
84
- RUNTIME_TYPE.CONTAINER.value.lower(): (
85
86
- RUNTIME_TYPE.CONTAINER.value.lower(),
87
88
- },
89
}
90
91
BACKEND_MAP = {
0 commit comments