We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16f2dca commit 3d6ee02Copy full SHA for 3d6ee02
python/cocoindex/flow.py
@@ -1033,7 +1033,7 @@ async def evaluate_async(self, **input_values: Any) -> Any:
1033
flow_builder_state = _FlowBuilderState(flow_full_name)
1034
1035
# Add direct inputs for each input value and collect the data slices
1036
- input_data_slices = {}
+ input_data_slices: dict[str, DataSlice[Any]] = {}
1037
for key, value in input_values.items():
1038
encoded_type = encode_enriched_type(type(value))
1039
if encoded_type is None:
0 commit comments