Skip to content

Commit

Permalink
fix(specs): remove the processing outcome (generated)
Browse files Browse the repository at this point in the history
algolia/api-clients-automation#4359

Co-authored-by: algolia-bot <[email protected]>
Co-authored-by: Pierre Millot <[email protected]>
  • Loading branch information
algolia-bot and millotp committed Jan 16, 2025
1 parent 31666b2 commit d2a552c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions algoliasearch/ingestion/models/run_outcome.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ class RunOutcome(str, Enum):

FAILURE = "failure"

PROCESSING = "processing"

@classmethod
def from_json(cls, json_str: str) -> Self:
"""Create an instance of RunOutcome from a JSON string"""
Expand Down

0 comments on commit d2a552c

Please sign in to comment.