major-domo-database/app/services
Cal Corum 408b187305 Fix undefined Player errors by moving imports to top
- Move Player, peewee_fn, model_to_dict imports to top of file
- Remove all redundant lazy imports from middle of file
- All 76 unit tests pass (9 skipped cache/auth tests)
- Fixes linter errors at lines 183, 188-194

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-04 08:40:45 -06:00
..
__init__.py refactor: Extract services layer for testability 2026-02-03 15:38:34 +00:00
base.py fix: Fix exception handling and CSV formatting for DI compatibility 2026-02-04 13:41:34 +00:00
interfaces.py fix: Complete dependency injection for PlayerService 2026-02-03 16:49:50 +00:00
mocks.py fix: Complete dependency injection refactor and restore caching 2026-02-04 01:13:46 -06:00
player_service.py Fix undefined Player errors by moving imports to top 2026-02-04 08:40:45 -06:00
team_service.py refactor: Consolidate scattered imports to top of service files 2026-02-04 08:35:48 -06:00