Commit e36e455
authored
Fix import hierarchy: Move debug_utils to core package (#175)
* Import modules not classes per Google style
Adds backward compat re-exports for API stability
* Refactor imports for better module compatibility
- Switch from lazy to direct registration in tests to avoid module path dependencies
- Update import style to use module imports instead of class imports
- Add compatibility checks for sandboxed build environments
- Fix debug_utils imports to work with flattened directory structures
- Add environment detection to skip incompatible tests in restricted contexts
This improves build system compatibility and makes the codebase more robust
across different deployment environments.
* Move debug_utils to core package to fix import hierarchy1 parent c4a1343 commit e36e455
File tree
4 files changed
+3
-3
lines changed- langextract
- core
4 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| |||
File renamed without changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
148 | 148 | | |
149 | 149 | | |
150 | 150 | | |
151 | | - | |
| 151 | + | |
152 | 152 | | |
153 | 153 | | |
154 | 154 | | |
| |||
0 commit comments