style: format email.py to pass ruff check (#344) #353
No reviewers
Labels
No labels
domain:backend
domain:devops
domain:frontend
status:approved
status:in-progress
status:needs-fix
status:qa
type:bug
type:devops
type:feature
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ldraney/basketball-api!353
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "344-format-fix"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
PR #352 introduced a formatting issue caught by
ruff format --checkin CI. This applies the fix.Changes
ruff format src/basketball_api/services/email.py— whitespace onlyTest Plan
ruff format --check .passesruff check .passesReview Checklist
Related Notes