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:
@@ -140,9 +140,7 @@ def sync_project_issues(
|
||||
Returns:
|
||||
dict with status and project_id
|
||||
"""
|
||||
logger.info(
|
||||
f"Syncing issues for project {project_id} (full={full})"
|
||||
)
|
||||
logger.info(f"Syncing issues for project {project_id} (full={full})")
|
||||
|
||||
# TODO: Implement project-specific sync
|
||||
# This will involve:
|
||||
@@ -180,9 +178,7 @@ def push_issue_to_external(
|
||||
Returns:
|
||||
dict with status, issue_id, and operation
|
||||
"""
|
||||
logger.info(
|
||||
f"Pushing {operation} for issue {issue_id} in project {project_id}"
|
||||
)
|
||||
logger.info(f"Pushing {operation} for issue {issue_id} in project {project_id}")
|
||||
|
||||
# TODO: Implement outbound sync
|
||||
# This will involve:
|
||||
|
||||
Reference in New Issue
Block a user