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
This commit refactors several Python functions to improve readability and maintainability by adjusting line breaks and spacing.
Specifically, it:
- Improves the formatting of conditional checks in the `_should_generate_vc` method of the `Agent` class.
- Enhances the readability of function signatures in `_replace_module_reference` and `_apply_vc_metadata`.
- Adjusts the formatting of `session_id` retrieval in `_execute_with_tracking`.
- Corrects the formatting for checking DID execution context and attributes in `_execute_with_tracking`.
Additionally, minor formatting adjustments were made in Go files related to CLI flags and response structures for consistency.
0 commit comments