Skip to content

Commit d0acd2d

Browse files
committed
format
1 parent 92046af commit d0acd2d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sdk/python/feast/infra/provider.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def retrieve_online_documents(
303303
requested_feature: str,
304304
query: List[float],
305305
top_k: int,
306-
) -> List[Tuple[Optional[datetime], Optional[Dict[str, ValueProto]]]]:
306+
) -> List[Tuple[Optional[datetime], Optional[ValueProto]]]:
307307
"""
308308
Searches for the top-k nearest neighbors of the given document in the online document store.
309309

0 commit comments

Comments
 (0)