Commit 681e934
committed
fix(integrations): restore _clear/_update_init_options public imports
重构拆分集成命令时,_clear_init_options_for_integration 和
_update_init_options_for_integration 移到了 integrations/_helpers.py,
但测试仍从顶层 specify_cli 导入,导致 ImportError。在 __init__.py 末尾
以显式别名形式重新导出,恢复公共导入接口。1 parent f270e2a commit 681e934
1 file changed
Lines changed: 6 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
628 | 628 | | |
629 | 629 | | |
630 | 630 | | |
| 631 | + | |
| 632 | + | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
| 636 | + | |
631 | 637 | | |
632 | 638 | | |
633 | 639 | | |
| |||
0 commit comments