From 977d3e4fe5ef368013b97db36b8e208a42c52ea0 Mon Sep 17 00:00:00 2001 From: Vladimir Blagojevic Date: Tue, 14 May 2024 10:26:15 +0200 Subject: [PATCH] Remove unused imports --- haystack/components/converters/openapi_functions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/haystack/components/converters/openapi_functions.py b/haystack/components/converters/openapi_functions.py index 5060e7b542..943d84b27b 100644 --- a/haystack/components/converters/openapi_functions.py +++ b/haystack/components/converters/openapi_functions.py @@ -2,8 +2,6 @@ # # SPDX-License-Identifier: Apache-2.0 -import json -import os from pathlib import Path from typing import Any, Dict, List, Optional, Union