Skip to content

Commit 484a35f

Browse files
committed
hotfix missing module in run_job
1 parent d0cbed5 commit 484a35f

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

app/run_job.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,7 @@
3434
from app.services.synthesis_service import SynthesisService
3535
import asyncio
3636
import nest_asyncio # Add this import
37-
import json, pandas as pd, numpy as np, os
38-
from app.agents.schema import GenerationPlan
3937

40-
plan = GenerationPlan.model_validate_json(os.environ.get("JOB_PARAMS"))
4138
# Enable nested event loop
4239
nest_asyncio.apply()
4340

0 commit comments

Comments
 (0)