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 docstrings: replace old-style typing constructs with modern Python 3.10+ equivalents (#2)
* Fix docstrings to Google style format aligned with type hints
* Fix docformatter lint: remove extra blank line before closing triple-quote in api.py
* Replace old-style Dict/List/Optional type references in docstrings
* Fix docstrings to conform with Google Style and use modern Python types
* Fix remaining outdated type hints in docstrings (List/Dict/Tuple/Union/Optional)
* Fix invalid dict() examples in vl/engine.py docstrings - use dict literals with code blocks
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: windreamer <572167+windreamer@users.noreply.github.com>
0 commit comments