Commit 9f5384c
fix(database): restore cross_crate_search import in database module facade
The cross_crate_search function exists in database/search.py but was missing
from the database/__init__.py re-exports, causing import failures in
crate_service.py. This restores the import by adding cross_crate_search
to both the import statement and __all__ list.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent fbe7d2f commit 9f5384c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
| 99 | + | |
98 | 100 | | |
99 | 101 | | |
100 | 102 | | |
| |||
0 commit comments