Problem: `atcoder.py` had a hand-rolled `main_async`/`main` dispatch that duplicated `BaseScraper._run_cli_async` and missed the new `login` subcommand. Solution: delete the duplicate dispatch and use `AtcoderScraper().run_cli()` like every other scraper. Remove now-unused imports (`sys`, `get_language_id`, `CombinedTest`, `TestsResult`). |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| atcoder.py | ||
| base.py | ||
| codechef.py | ||
| codeforces.py | ||
| cses.py | ||
| kattis.py | ||
| language_ids.py | ||
| models.py | ||
| timeouts.py | ||
| usaco.py | ||