Skip to content

Commit

Permalink
More headers
Browse files Browse the repository at this point in the history
  • Loading branch information
vblagoje committed May 28, 2024
1 parent 7fd9543 commit 6ad942d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions haystack_experimental/components/connectors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
#
# SPDX-License-Identifier: Apache-2.0

from haystack_experimental.components.connectors.openapi import OpenAPIServiceConnector

__all__ = ["OpenAPIServiceConnector"]
1 change: 1 addition & 0 deletions haystack_experimental/components/converters/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
#
# SPDX-License-Identifier: Apache-2.0

from haystack_experimental.components.converters.openapi import OpenAPIServiceToFunctions

__all__ = ["OpenAPIServiceToFunctions"]
1 change: 1 addition & 0 deletions haystack_experimental/util/openapi.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# SPDX-FileCopyrightText: 2022-present deepset GmbH <info@deepset.ai>
#
# SPDX-License-Identifier: Apache-2.0

import dataclasses
import json
import logging
Expand Down

0 comments on commit 6ad942d

Please sign in to comment.