Commit 1b928ae
fix: Resolve import conflict between workflows.py and workflows/ package
Python was importing workflows.py instead of workflows/ package because
.py files take precedence over packages with the same name.
- Rename workflows.py → workflow_commands.py
- Update workflows/__init__.py to import from workflow_commands.py
- Fixes: ImportError: cannot import name 'WorkflowConfig'
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent dd818a7 commit 1b928ae
2 files changed
+3
-10
lines changedFile renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
62 | | - | |
| 61 | + | |
63 | 62 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
| 63 | + | |
71 | 64 | | |
72 | 65 | | |
73 | 66 | | |
| |||
204 | 197 | | |
205 | 198 | | |
206 | 199 | | |
207 | | - | |
| 200 | + | |
208 | 201 | | |
209 | 202 | | |
210 | 203 | | |
| |||
0 commit comments