- Change _exit_with_config_error return type to NoReturn for clarity - Replace exit() with raise SystemExit() for better testability - Remove unreachable return statement after error exit |
||
|---|---|---|
| .. | ||
| static | ||
| __init__.py | ||
| announcements.py | ||
| config.py | ||
| main.py | ||
| models.py | ||
| stats_handler.py | ||
| utils.py | ||