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