From 98816844ab00d83748765f907de7e17db879d2a9 Mon Sep 17 00:00:00 2001 From: Yassine Souissi Date: Fri, 6 Sep 2024 14:54:53 +0200 Subject: [PATCH] Lint --- app/domain/ingestion/ingestion_pipeline_execution_dto.py | 1 - 1 file changed, 1 deletion(-) diff --git a/app/domain/ingestion/ingestion_pipeline_execution_dto.py b/app/domain/ingestion/ingestion_pipeline_execution_dto.py index fd5b2c06..2a7d159a 100644 --- a/app/domain/ingestion/ingestion_pipeline_execution_dto.py +++ b/app/domain/ingestion/ingestion_pipeline_execution_dto.py @@ -11,5 +11,4 @@ class IngestionPipelineExecutionDto(PipelineExecutionDTO): settings: Optional[PipelineExecutionSettingsDTO] initial_stages: Optional[List[StageDTO]] = Field( default=None, alias="initialStages" - )