From d2a552c26ef9fa9b756f56e3f23091e7d99c3c3b Mon Sep 17 00:00:00 2001 From: algolia-bot Date: Thu, 16 Jan 2025 17:07:21 +0000 Subject: [PATCH] fix(specs): remove the processing outcome (generated) https://github.com/algolia/api-clients-automation/pull/4359 Co-authored-by: algolia-bot Co-authored-by: Pierre Millot --- algoliasearch/ingestion/models/run_outcome.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/algoliasearch/ingestion/models/run_outcome.py b/algoliasearch/ingestion/models/run_outcome.py index 6a4d83be1..96376c718 100644 --- a/algoliasearch/ingestion/models/run_outcome.py +++ b/algoliasearch/ingestion/models/run_outcome.py @@ -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"""