style: format email.py to pass ruff check (#344) #353

Merged
forgejo_admin merged 1 commit from 344-format-fix into main 2026-04-06 15:55:35 +00:00
Contributor

Summary

PR #352 introduced a formatting issue caught by ruff format --check in CI. This applies the fix.

Changes

  • ruff format src/basketball_api/services/email.py — whitespace only

Test Plan

  • ruff format --check . passes
  • ruff check . passes

Review Checklist

  • Formatting only, no logic changes
## Summary PR #352 introduced a formatting issue caught by `ruff format --check` in CI. This applies the fix. ## Changes - `ruff format src/basketball_api/services/email.py` — whitespace only ## Test Plan - [x] `ruff format --check .` passes - [x] `ruff check .` passes ## Review Checklist - [x] Formatting only, no logic changes ## Related Notes - Fixes #344
style: format email.py to pass ruff check
Some checks failed
ci/woodpecker/pr/woodpecker Pipeline failed
5b643878c8
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
forgejo_admin deleted branch 344-format-fix 2026-04-06 15:55:35 +00:00
Sign in to join this conversation.
No description provided.