You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix circular import in config.py backward compatibility shim
The config.py shim was importing from .config (itself) instead of
.config.parser, causing a circular import that prevented AutoAPI
from reading the modules during docs build.
Also exported _parse_config_file in config module __init__ for
backward compatibility.
Fixes CI failure in deploy-preview job.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments