Commit 02b3604
fix: export path_template from _utils (#330)
## Summary
- `_utils/_path.py` defines `path_template` which is imported by
multiple resource modules (admin, benchmarks, eval, models, etc.)
- `_utils/__init__.py` was missing the re-export, causing `ImportError:
cannot import name 'path_template' from 'llama_stack_client._utils'` at
import time
- This breaks llama-stack CI (`client=latest` variant) and anyone
installing from git main
## Test plan
- [x] Verify `from llama_stack_client._utils import path_template` works
- [ ] Verify llama-stack integration tests pass with `client=latest`
Signed-off-by: Charlie Doern <cdoern@redhat.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>1 parent b41841a commit 02b3604
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
0 commit comments