Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
yassinsws committed Sep 6, 2024
1 parent 21980f5 commit 9881684
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/domain/ingestion/ingestion_pipeline_execution_dto.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,4 @@ class IngestionPipelineExecutionDto(PipelineExecutionDTO):
settings: Optional[PipelineExecutionSettingsDTO]
initial_stages: Optional[List[StageDTO]] = Field(
default=None, alias="initialStages"

)

0 comments on commit 9881684

Please sign in to comment.