From 580e4bd2a7a75c8da8293c12932d2390b2d379a4 Mon Sep 17 00:00:00 2001 From: mathislucka Date: Thu, 16 Jan 2025 11:15:13 +0100 Subject: [PATCH] fix license header --- haystack/core/pipeline/pipeline.py | 1 + 1 file changed, 1 insertion(+) diff --git a/haystack/core/pipeline/pipeline.py b/haystack/core/pipeline/pipeline.py index 6eb4f11b10..d9445a904a 100644 --- a/haystack/core/pipeline/pipeline.py +++ b/haystack/core/pipeline/pipeline.py @@ -1,6 +1,7 @@ # SPDX-FileCopyrightText: 2022-present deepset GmbH # # SPDX-License-Identifier: Apache-2.0 + import warnings from copy import deepcopy from enum import IntEnum