Commit ae1846b
Fix ModuleNotFoundError: inline generate_run_id to avoid policyengine_us_data import
The lazy import from policyengine_us_data.utils.run_id triggers the full
package __init__ chain (which needs policyengine_core), but the orchestrator
runs outside the uv venv. Inline the trivial timestamp logic instead.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent f042204 commit ae1846b
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | | - | |
105 | | - | |
| 103 | + | |
| 104 | + | |
106 | 105 | | |
107 | 106 | | |
108 | 107 | | |
| |||
0 commit comments