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(format): apply gofmt and black formatting fixes
- Run gofmt on Go files to fix formatting issues
- Apply black formatter to Python test file
- Fix Python linting issues (unused imports, comparison style)
- Remove unused local variables in Python tests
This resolves CI formatting failures.
0 commit comments