Skip to content

Commit d2a552c

Browse files
algolia-botmillotp
andcommitted
fix(specs): remove the processing outcome (generated)
algolia/api-clients-automation#4359 Co-authored-by: algolia-bot <[email protected]> Co-authored-by: Pierre Millot <[email protected]>
1 parent 31666b2 commit d2a552c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

algoliasearch/ingestion/models/run_outcome.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,6 @@ class RunOutcome(str, Enum):
2828

2929
FAILURE = "failure"
3030

31-
PROCESSING = "processing"
32-
3331
@classmethod
3432
def from_json(cls, json_str: str) -> Self:
3533
"""Create an instance of RunOutcome from a JSON string"""

0 commit comments

Comments
 (0)