From 82a94f4236d8fd326a8a3cdc7b9dae1dd35ad2fb Mon Sep 17 00:00:00 2001 From: Tuana Celik Date: Fri, 15 Sep 2023 13:17:44 +0200 Subject: [PATCH] bug fix, using 2.0 document type --- src/unstructured_haystack/__about__.py | 2 +- src/unstructured_haystack/github.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/unstructured_haystack/__about__.py b/src/unstructured_haystack/__about__.py index 1a31257..a4c5166 100644 --- a/src/unstructured_haystack/__about__.py +++ b/src/unstructured_haystack/__about__.py @@ -1,4 +1,4 @@ # SPDX-FileCopyrightText: 2023-present Tuana Celik # # SPDX-License-Identifier: MIT -__version__ = "0.0.1" +__version__ = "0.0.3" diff --git a/src/unstructured_haystack/github.py b/src/unstructured_haystack/github.py index a217c45..2e7d5be 100644 --- a/src/unstructured_haystack/github.py +++ b/src/unstructured_haystack/github.py @@ -1,7 +1,6 @@ from typing import Any, Dict, List, Optional from haystack.preview import component, Document from .unstuctured_haystack import UnstructuredConnector -from haystack.schema import Document, MultiLabel @component class UnstructuredGitHubConnector(UnstructuredConnector):