paper-dynasty-discord/utilities
Cal Corum 04d6cf3b5e fix: replace star imports with explicit named imports across codebase
Convert all `from x import *` to explicit imports in 12 files, resolving
925 F403/F405 ruff violations. Each name traced to its canonical source
module. Also fixes: duplicate Session import (players.py), missing
sample_team_data fixture param, duplicate method name paperdex_cardset_slash,
unused commands import in package __init__ files, and Play type hint in
play_lock.py.

3 pre-existing code bugs remain (F811 duplicate test names, F821 undefined
`question` variable) — these need investigation, not mechanical fixes.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-09 12:48:07 -05:00
..
autocomplete.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
buttons.py fix: replace star imports with explicit named imports across codebase 2026-03-09 12:48:07 -05:00
dropdown.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
embeds.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
pages.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
supabase.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00