Skip to content

Commit 4e6674a

Browse files
fix(elasticsearch): remove unused typing.Any import in test
1 parent d899772 commit 4e6674a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

integrations/elasticsearch/tests/test_inference_hybrid_retriever.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
from copy import deepcopy
6-
from typing import Any
76
from unittest.mock import Mock, patch
87

98
import pytest

0 commit comments

Comments
 (0)