Problem: `atcoder.py` imported `pathlib.Path` but never used it. `base.py` had local imports placed after module-level code, violating E402. Solution: Remove the unused `Path` import from `atcoder.py`. Move the `.language_ids` and `.models` imports to the top of `base.py`, after the stdlib imports. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| atcoder.py | ||
| base.py | ||
| codechef.py | ||
| codeforces.py | ||
| cses.py | ||
| kattis.py | ||
| language_ids.py | ||
| models.py | ||
| timeouts.py | ||
| usaco.py | ||