paper-dynasty-discord/cogs/economy_new
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
..
__init__.py fix: replace star imports with explicit named imports across codebase 2026-03-09 12:48:07 -05:00
admin_tools.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
help_system.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
marketplace.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
notifications.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
packs.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
scouting.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00
team_setup.py fix: apply Black formatting and resolve ruff lint violations 2026-03-09 11:37:46 -05:00