Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#323: fix TophProblem.get_url() to pass the type-checker
There was: $ mypy oj onlinejudge setup.py tests onlinejudge/service/toph.py:151: error: Invalid index type "Optional[str]" for "Dict[str, str]"; expected type "str"
- Loading branch information