chore(backend): standardize multiline formatting across modules
Reformatted multiline function calls, object definitions, and queries for improved code readability and consistency. Adjusted imports and constraints where necessary.
This commit is contained in:
@@ -86,9 +86,7 @@ def commit_changes(
|
||||
Returns:
|
||||
dict with status and project_id
|
||||
"""
|
||||
logger.info(
|
||||
f"Committing changes for project {project_id}: {message}"
|
||||
)
|
||||
logger.info(f"Committing changes for project {project_id}: {message}")
|
||||
|
||||
# TODO: Implement commit operation
|
||||
# This will involve:
|
||||
@@ -209,9 +207,7 @@ def push_changes(
|
||||
Returns:
|
||||
dict with status and project_id
|
||||
"""
|
||||
logger.info(
|
||||
f"Pushing branch {branch} for project {project_id} (force={force})"
|
||||
)
|
||||
logger.info(f"Pushing branch {branch} for project {project_id} (force={force})")
|
||||
|
||||
# TODO: Implement push operation
|
||||
# This will involve:
|
||||
|
||||
Reference in New Issue
Block a user