Skip to content

Commit

Permalink
bug fix, using 2.0 document type
Browse files Browse the repository at this point in the history
  • Loading branch information
TuanaCelik committed Sep 15, 2023
1 parent 1f11edd commit 82a94f4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion src/unstructured_haystack/__about__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# SPDX-FileCopyrightText: 2023-present Tuana Celik <[email protected]>
#
# SPDX-License-Identifier: MIT
__version__ = "0.0.1"
__version__ = "0.0.3"
1 change: 0 additions & 1 deletion src/unstructured_haystack/github.py
Original file line number Diff line number Diff line change
@@ -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):
Expand Down

0 comments on commit 82a94f4

Please sign in to comment.