Commit dfa6e97
fix: drop unused llama_cpp import in GGUF cross-encoder dependency check
Replaced the unused top-level import in `_check_llama_cpp` with `__import__("llama_cpp")`. This maintains the optional dependency check and custom error message while satisfying linting rules (F401).
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 7b96533 commit dfa6e97
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
70 | | - | |
| 70 | + | |
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| |||
0 commit comments