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 31666b2 commit d2a552cCopy full SHA for d2a552c
algoliasearch/ingestion/models/run_outcome.py
@@ -28,8 +28,6 @@ class RunOutcome(str, Enum):
28
29
FAILURE = "failure"
30
31
- PROCESSING = "processing"
32
-
33
@classmethod
34
def from_json(cls, json_str: str) -> Self:
35
"""Create an instance of RunOutcome from a JSON string"""
0 commit comments