- _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 |
||
|---|---|---|
| .. | ||
| routers_v3 | ||
| services | ||
| __init__.py | ||
| db_engine.py | ||
| dependencies.py | ||
| main.py | ||