Skip to content

Commit

Permalink
Add license header
Browse files Browse the repository at this point in the history
  • Loading branch information
sjrl committed Feb 5, 2025
1 parent 25a94dd commit d8f62c9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions haystack/components/preprocessors/csv_document_splitter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
from io import StringIO
from typing import Dict, List, Literal

Expand Down
3 changes: 3 additions & 0 deletions test/components/converters/test_csv_document_splitter.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <[email protected]>
#
# SPDX-License-Identifier: Apache-2.0
import pytest
from haystack import Document
from haystack.components.preprocessors.csv_document_splitter import CSVDocumentSplitter
Expand Down

0 comments on commit d8f62c9

Please sign in to comment.