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: Standardize code formatting and improve readability across multiple files
- Added missing commas in field descriptions within `exec.py`, `files.py`, and `state_archival.py` to ensure proper syntax.
- Reformatted multi-line expressions in `file.py`, `orchestrator.py`, and `runner.py` for better readability.
- Updated test functions in `test_exec_languages.py`, `test_exec_workflow.py`, and `test_files.py` to follow consistent formatting practices.
- Cleaned up unnecessary blank lines and improved alignment in various test files to enhance overall code clarity.
0 commit comments