Commit 5b646a7
refactor: remove get_path_url from module_client skip list
Since get_path_url is now imported directly in __init__.py (not from
_module_client), it should not be in the skip list for symbols that
are imported later from _module_client.
This ensures get_path_url gets proper __module__ attribution like
other direct imports.
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 7a3f981 commit 5b646a7
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments