- _format_player_csv: Use stdlib csv instead of db imports for mock compatibility - Add log_error classmethod to BaseService for error logging without instance - Replace temp_service.handle_error calls with cls.log_error + proper exception raising - All methods now properly log errors while maintaining DI compatibility |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| base.py | ||
| interfaces.py | ||
| mocks.py | ||
| player_service.py | ||
| team_service.py | ||