Skip to content

Commit 2f7aa46

Browse files
dirkkulCopilot
andauthored
Reuse computed value
Co-authored-by: Copilot <[email protected]>
1 parent b5eeae3 commit 2f7aa46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

weaviate/collections/filters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def __value_filter(weav_filter: _FilterValue) -> base_pb2.Filters:
6363
value_number_array=_FilterToGRPC.__filter_to_float_list(weav_filter.value),
6464
value_text_array=_FilterToGRPC.__filter_to_text_list(weav_filter.value),
6565
value_geo=_FilterToGRPC.__filter_to_geo(weav_filter.value),
66-
target=_FilterToGRPC.__to_target(weav_filter.target),
66+
target=target,
6767
)
6868

6969
@staticmethod

0 commit comments

Comments
 (0)