Skip to content

Commit 34a252e

Browse files
committed
fix issue
1 parent 95bb046 commit 34a252e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dagger/src/fraud_simulation/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def run_fraud_sim(
4747

4848
@function
4949
async def analyze_results(self, summary: dagger.File) -> str:
50-
return (
50+
return await (
5151
dag.llm()
5252
.with_env(
5353
dag.env()

0 commit comments

Comments
 (0)