Commit d0b569f
fix: remove private symbols from __all__ per collab-opus P1 finding
Strip _-prefixed symbols from grounding/__init__.py __all__ to follow
PEP 8 convention. Private helpers remain importable for the facade but
are excluded from wildcard imports.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 444b802 commit d0b569f
1 file changed
Lines changed: 0 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | 63 | | |
65 | 64 | | |
66 | 65 | | |
| |||
75 | 74 | | |
76 | 75 | | |
77 | 76 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | 77 | | |
0 commit comments