Skip to content

Commit

Permalink
Fix bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Lina Tang committed Apr 25, 2024
1 parent 260806d commit 250db56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ async def exec_aggregation_async(
return await self._exec_aggregation_async(aggregation_inputs)

async def _exec_aggregation_async(self, inputs):
output = None
output, metrics = None, {}
try:
output = await self._aggr_func_async(**{self._aggr_input_name: inputs})
if isinstance(output, dict):
Expand Down

0 comments on commit 250db56

Please sign in to comment.